Jump to content

Recommended Posts

Posted

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:)

  • 2 weeks later...
  • 5 months later...
Posted

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?

Posted (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 by TheHolyBeever
Guest Guest
Posted

LDAP info usually goes in a config.php or similar file in the webapps directory.

 

php5-ldap? Yes.

 

Windows, mac or linux?

Posted
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

  

Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...