The example below is from the PF admin manual. Is the ldapuser just a user I create that can bind to the directory? And does ldap server refer to my domain controller?
my $LDAPUserBase = "ou=People,dc=domain,dc=org"; my $LDAPUserKey = "uid"; my $LDAPUserScope = "one"; my $LDAPBindDN = "cn=ldapuser,dc=domain,dc=org"; my $LDAPBindPassword = "password"; my $LDAPServer = "127.0.0.1" Thanks. Jeremy ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
