YaST2 Developers Documentation: novell-common



functions
files
intro

novell-common

modules/NovellValidators.ycp
Novell validation routines

Imports

  • Address
  • IP
  • NovellUtils
  • Popup
  • Report

Info:

Validate passwords Returns true if the passwords are valid and match, else false

Info:

Validate password Returns true if the password is valid, else false

Info:

Validate port, is it a valid number and is it already in use. Displays an warning to the user if the port is in use. Returns true if the port is valid, else false

Info:

Validate FDN. If the name is optional pass in 'true' as the second param, otherwise pass in 'false'. In some cases we allow an optional name, in others the name is manditory. Returns true if the fully distiguished name is valid, else false

Info:

Validate Context

Info:

Validate credentials Params: userName - valid user name password - password for user ip - ip address to direct ldap bind to port - ldap port to direct requrest to doFeedback - does the caller provide feedback (false) or should this function provide feedback (true)

Info:

Validate IP address

Info:

Validate IP address

Info:

Validate DNS or IP address


YaST2 Developers Documentation