# @(#)$Id: ldap.conf,v 2.23 2001/08/17 05:29:22 lukeh Exp $ # # This is the configuration file for the LDAP nameservice # switch library and the LDAP PAM module. # # PADL Software # http://www.padl.com # # example Software # http://www.example.com # # Modified by Christian Zoffoli # Version 0.1c # # Default: LDAPv3 with ssl # # # Your LDAP server. Must be resolvable without using LDAP. host localhost # The distinguished name of the search base. base ou=myroot # The LDAP version to use (defaults to 3 # if supported by client library) ldap_version 3 # The distinguished name to bind to the server with. # Optional: default is to bind anonymously. binddn cn=MonServeur,ou=hosts,o=UneSociete,ou=companies,ou=myroot # The credentials to bind with. # Optional: default is no credential. bindpw ServeurPassword SIZELIMIT 10000 # Filter to AND with uid=%s pam_filter objectclass=account # The user ID attribute (defaults to uid) pam_login_attribute uid # Hash password locally; required for University of # Michigan LDAP server, and works with Netscape # Directory Server if you're using the UNIX-Crypt # hash mechanism and not using the NT Synchronization # service. This is the default. pam_password crypt # RFC2307bis naming contexts # Syntax: # nss_base_XXX base?scope?filter # where scope is {base,one,sub} # and filter is a filter to be &'d with the # default filter. # You can omit the suffix eg: # nss_base_passwd ou=People, # to append the default base DN but this # may incur a small performance impact. nss_base_passwd ou=myroot?sub nss_base_shadow ou=myroot?sub nss_base_group ou=myroot?sub