Skip to content

Commit

Permalink
Update default.cfg
Browse files Browse the repository at this point in the history
Add reasonable example for LDAP attributes and fix ldap_server req.
  • Loading branch information
krajorama committed Jul 12, 2019
1 parent 188920b commit 2708cb5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@
; rest_poll_interval=1

[starling_auto_provision]
# To turn on auto-provisioning, you have to specify both attributes.
# To turn on auto-provisioning, you have to specify both attributes,
# and also configure an LDAP server policy name in [ldap_server].

# The LDAP attribute name of the user's email address.
; email_attribute=<LDAP-attribute-of-user-email-address>
# For example:
; email_attribute=mail

# The LDAP attribute name of the user's phone number.
# Make sure that the phone numbers in LDAP adhere to the following formatting rules:
Expand All @@ -31,6 +34,8 @@
# that is, must not include hyphen (-), space, or any other separator characters.
# Otherwise, SPS cannot parse the phone number and therefore authentication will be unsuccessful
; phone_attribute=<LDAP-attribute-of-user-phone-number>
# For example:
; phone_attribute=mobile

###### Common plugin options ######
# To enable or change a parameter, uncomment its line by removing the ';'
Expand Down

0 comments on commit 2708cb5

Please sign in to comment.