YaST2 Developers Documentation: Configuration of LDAP client

Configuration of LDAP client

clients/ldap.ycp
Client file, including commandline handlers

Imports

  • CommandLine
  • Ldap
  • RichText
  • Service

Includes

  • ldap/wizards.ycp

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:
true on success
local LdapSummaryHandler (map options) -> boolean

Print summary of basic options

Parameters:
options
Return value:
false
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:
true on success