Displaying 1 result from an estimated 1 matches for "defaultserverlist".
2010 Mar 30
0
Howto get LDAP attributes outside the host configuration container into puppet.
...rtain information spread on a higher
level in the tree. These, (among others), are default gateways,
default ldap servers for ldap clients, default DNS server, etc.), etc.
In order to create proper entries in /var/ldap/ldap_client_file, I
would have to fetch, by an extra LDAP query, the content of
defaultServerList attribute.
My idea is to write a custom lookup function for such queries and
place it to a common module, so I can use it then in other modules as
needed. This function will return an array/list of attribute''s values.
If the attribute is single-valued, than it''s values get overw...