> > I try to authenticate in Captive Portal via LDAP auth but PacketFence give > me that error: > > WARN: Unable to find user '[email protected]' > (authentication::ldap::authenticate) > > All the LDAP/AD parameters are configured to feet to your documentation but > it seems that it failed.
LDAP should be tested with ldapsearch, not wbinfo. Here's a way to do it: ldapsearch -x -b <LDAPUserBase> -h <LDAPServer> -W -D <LDAPBindDN> <LDAPUserKey>=username dn Replace <..> with your info. You'll be prompted for a bind password. If you can't bind there's your problem. -- Olivier Bilodeau [email protected] :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Packetfence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
