
functions
files
intro
|
|
Configuration of LDAP client |
clients/ldap.ycp |
Client file, including commandline handlers |
|
|
Imports
- CommandLine
- Ldap
- RichText
- Service
Includes
Local Functions
|
|
|
local LdapEnableHandler (map<string,string> options) -> boolean
|
|
Enable or disable LDAP authentication
- Parameters:
options |
a list of parameters passed as args |
- Return value:
local LdapSummaryHandler (map options) -> boolean
|
|
Print summary of basic options
- Parameters:
- Return value:
local LdapChangeConfiguration (map options) -> boolean
|
|
Change basic configuration of LDAP client (server, base DN)
- Parameters:
options |
a list of parameters passed as args |
- Return value:
|