-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
corvazier
committed
Jun 21, 2013
1 parent
16694ef
commit b75d771
Showing
1 changed file
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,17 +70,6 @@ | |
# user2 command1 regexp | ||
# user2 command2 regexp | ||
|
||
ldaphost=ldap_master | ||
|
||
# LDAP template used to validate the user, like uid=__login__,ou=people,dc=exemple,dc=com | ||
# __login__ will be replaced by the user login | ||
ldaptemplate=uid=__login__,ou=peoples,dc=normanstudios,dc=fr | ||
|
||
trustedusers=apero | ||
|
||
commandwhitelist[email protected] | ||
^ls | ||
|
||
# Command while list. The command white list can be global or per user. | ||
#commandwhitelist=global command1 regexp | ||
|
||
|