55. .etc.ldap_conf

SCR Agent for reading/writing /etc/ldap.conf using the ini-agent

55.1. Description

.etc.ldap_conf

Access type: read/write

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

See: yast2-agent-ini libscr man ldap.conf

55.2. Usage

Example 25. 

  Dir(.etc.ldap_conf.v."/etc/ldap.conf")
  (["base", "host"])

  Read(.etc.ldap_conf.v."/etc/ldap/conf".host)
  ("10.10.0.149")

  Write(.etc.ldap_conf.v."/etc/ldap/conf".base, "dc=myodmain, dc=com")
  (true)