YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • CommandLine
  • Ldap
  • RichText
  • Service

Includes

  • ldap/wizards.ycp

Local Functions

Info:

File: clients/ldap.ycp Module: Configuration of LDAP client Summary: Client file, including commandline handlers Authors: Thorsten Kukuk Anas Nashif

local LdapSummaryHandler (map options) -> boolean

Print summary of basic options

Parameters:
options
Return value:
false
local LdapChangeConfiguration (map<string, string> 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
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