LDAP Authentication
-
Re: How to setup Microsoft AD LDAP for FOG 1.5.0~
Hi can you help me i will try to connect in LDAP my fog but he don’t work :
For logging i try this :
-
@nas_kai1 You should not need the domain as part of the username.
YOu also should set your “user” search to be where ever your users are located.
I’d recommend:
Search Base DN:dc=anas,dc=local
Group Search DN:dc=anas,dc=local
As long as the user logging in is in the admins_group OU, you should be fine.
-
@Tom-Elliott dosen’t work :
-
@Tom-Elliott my log in apache2 :
-
@nas_kai1 are you using the development version of fog?
This is a known issue and I believe has been addressed in a newer dev version.
cd /path/to/foginstaller #assuming you used git git checkout dev-branch git pull cd bin ./installfog.sh -y
-
@Tom-Elliott I will try thanks.