You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
**Client Name* - leave the field empty and it will get an autogenerated value once you save the settings.
@@ -65,6 +65,7 @@ max-width="70%"
65
65
**Server URL* - Codefresh supports both the`ldap` and`ldaps` protocol. You also need a certificate for`ldaps`.
66
66
**Distinguished name* - the username of the user that will search other users in LDAP notation (combination of`cn`,`ou`,`dc`).
67
67
**Search Base* - the scope to search other users in LDAP notation.
68
+
**Search Filter* - the attribute by which the user will be searched on the LDAP server. By default this field is set to`uid`. For the Azure LDAP server, you need to set this field to`sAMAccountName`.
68
69
**Certificate* - the security certificate of the LDAP server. Paste the value directly on the field. Do not convert to base64 or any other encoding by hand. Needed only for`ldaps`. Leave the field empty if you use`ldap`.
69
70
70
71
Click the*Save* button. LDAP users should now be able to login to Codefresh using LDAP.