74. .ldap

74.1. Description

Execute (.ldap.bind, $[ "bind_dn": "uid=manager,dc=suse,dc=cz", "bind_pw": password]) (true) Read (.ldap.search, $[ "base_dn": "ou=people,dc=suse,dc=cz", "filter": "objectClass=posixAccount", "attrs": [ "uid", "cn" ], "scope": 2, // = sub ]) (list of maps)

File Name: /usr/share/YaST2/scrconf/ldap.scr

74.2. Usage

Example 36. 

	Execute (.ldap.init, $[
	    "hostname": "localhost",
	    "port":	389])
	(true)