Skip to content
Snippets Groups Projects
Verified Commit 96c8689e authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[LDAP] Remove debug logging

parent f5997e61
No related branches found
No related tags found
1 merge request!42Pica openldap dev
......@@ -57,16 +57,16 @@ objectClass: ldapPublicKey
objectClass: hostObject
objectClass: authorizedServiceObject
loginShell: /bin/bash
uidNumber: -1
uidNumber:
givenName: Prénom
sn: Nom
uid: example
sshPublicKey: ssh-rsa [...]
sshPublicKey:
homeDirectory: /home/users/example
userPassword:: XXXX
userPassword::
authorizedService: example
host: example
shadowExpire: -1
shadowExpire:
description: Ce type de compte est réservé aux utilisateurs physiques, pouvant avoir un accès aux machines.
dn: cn=exemple,ou=Services,{{ LDAP_BASE_DN }}
......@@ -76,10 +76,10 @@ objectClass: simpleSecurityObject
objectClass: posixAccount
objectClass: authorizedServiceObject
homeDirectory: /dev/null
uidNumber: -1
gidNumber: -1
uidNumber:
gidNumber:
uid: exemple
cn: exemple
authorizedService: mail
userPassword:: XXXX
authorizedService:
userPassword::
description: Ce type de compte est réservé aux services, ne peuvent pas se connecter aux machines.
......@@ -7,7 +7,7 @@
# General container configuration
# see table 5.1 in http://www.openldap.org/doc/admin24/slapdconf2.html for the available log levels.
LDAP_LOG_LEVEL: 256
LDAP_LOG_LEVEL: 0
# Ulimit
LDAP_NOFILE: 1024
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment