reggiep Posted November 6, 2009 Posted November 6, 2009 I have been playing with GLPI for a while but would like to investigate the helpdesk side. As such I need it to authenticate against AD. Has anyone done this yet? If so could you let me know so I could ask a follow on question!! Thanks:)
reggiep Posted November 18, 2009 Author Posted November 18, 2009 I was putting in the wrong ldap info. Redid it and alled worked fine!
andrew_91090 Posted May 12, 2010 Posted May 12, 2010 How did you get LDAP to work? when i click on it, it says "The LDAP extension of your PHP parser isn't installed Impossible to use LDAP as external source of connection" and what infomation did you put into LDAP to make it work?
Ric_ Posted May 12, 2010 Posted May 12, 2010 I just followed the instructions at =active&s[]=directory]http://www.glpi-project.org/wiki/doku.php?id=en:ldap&s[]=active&s[]=directory
TheHolyBeever Posted May 12, 2010 Posted May 12, 2010 (edited) Having same problem. Do i need to download and install any software like php5-ldap? i am using XAmpp. Or What file do i put the LDAP information in Edited May 12, 2010 by TheHolyBeever
Guest Guest Posted May 12, 2010 Posted May 12, 2010 LDAP info usually goes in a config.php or similar file in the webapps directory. php5-ldap? Yes. Windows, mac or linux?
TheHolyBeever Posted May 12, 2010 Posted May 12, 2010 Windows using xampp where can i find a decent php5-ldap download
alan-d Posted May 12, 2010 Posted May 12, 2010 How did you get LDAP to work? when i click on it, it says "The LDAP extension of your PHP parser isn't installed Impossible to use LDAP as external source of connection" and what infomation did you put into LDAP to make it work? Try something like this - just insert the correct IP address and DN info LDAP Name http://ldap://10.###.###.## Internal server ID 1 Server http://ldap://10.###.###.## LDAP Port (default=389) 389 Basedn DC=Blah,DC=sBlah,DC=blah,DC=sch,DC=uk rootdn (for non anonymous binds) CN=ldap-user ldap,OU=Managers,DC=blah,DC=blah,DC=blah,DC=sch,DC=uk Login Field samaccountname Connection filter (&(objectClass=user)(objectCategory=person)) Use TLS No Time zone GMT How LDAP aliases should be handled neverdereferenced Belonging to groups Search type in users Filter to search in groups (&(objectClass=user)(objectCategory=person)) Use DN in the search Yes GLPI/LDAP Links Surname givenname First name sn E-Mail mail Phone telephonenumber
andrew_91090 Posted May 12, 2010 Posted May 12, 2010 Try something like this - just insert the correct IP address and DN info I actuly need to download the PHP5_IDAP but can't find it anywhere at all does anyone know where to get it from
Ric_ Posted May 12, 2010 Posted May 12, 2010 I actuly need to download the PHP5_IDAP but can't find it anywhere at all does anyone know where to get it from Try PHP: Downloads
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now