mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Set minimum uid and ignore local users in nslcd.conf
This commit is contained in:
parent
770de28f75
commit
234549d879
1 changed files with 4 additions and 17 deletions
|
@ -15,24 +15,11 @@ base dc=yunohost,dc=org
|
||||||
# The LDAP protocol version to use.
|
# The LDAP protocol version to use.
|
||||||
#ldap_version 3
|
#ldap_version 3
|
||||||
|
|
||||||
# The DN to bind with for normal lookups.
|
|
||||||
#binddn cn=annonymous,dc=example,dc=net
|
|
||||||
#bindpw secret
|
|
||||||
|
|
||||||
# The DN used for password modifications by root.
|
|
||||||
#rootpwmoddn cn=admin,dc=example,dc=com
|
|
||||||
|
|
||||||
# SSL options
|
|
||||||
#ssl off
|
|
||||||
#tls_reqcert never
|
|
||||||
tls_cacertfile /etc/ssl/certs/ca-certificates.crt
|
|
||||||
|
|
||||||
# The search scope.
|
# The search scope.
|
||||||
#scope sub
|
#scope sub
|
||||||
|
|
||||||
|
# Build a full list of non-LDAP users on startup.
|
||||||
|
nss_initgroups_ignoreusers ALLLOCAL
|
||||||
|
|
||||||
|
# The minimum numeric user id to lookup.
|
||||||
|
nss_min_uid 1000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue