LDAP config progress
This commit is contained in:
@@ -29,11 +29,11 @@ services:
|
|||||||
'port' => 389,
|
'port' => 389,
|
||||||
'uid' => 'sAMAccountName',
|
'uid' => 'sAMAccountName',
|
||||||
'verify_certificates' => false,
|
'verify_certificates' => false,
|
||||||
'bind_dn' => 'CN=GitLabSRV,CN=Users,DC=GitLab,DC=org',
|
'bind_dn' => 'CN=GitLabSRV,CN=Users,DC=pidom,DC=chezclement,DC=maison',
|
||||||
'password' => 'Password1',
|
'password' => 'Password1',
|
||||||
'active_directory' => true,
|
'active_directory' => true,
|
||||||
'base' => 'OU=GitLab INT,DC=GitLab,DC=org',
|
'base' => 'OU=GitLab INT,DC=pidom,DC=chezclement,DC=maison',
|
||||||
'group_base' => 'OU=Global Groups,OU=GitLab INT,DC=GitLab,DC=org',
|
'group_base' => 'OU=Global Groups,OU=GitLab INT,DC=pidom,DC=chezclement,DC=maison',
|
||||||
'admin_group' => 'Git_Admins'
|
'admin_group' => 'Git_Admins'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user