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

[LDAP] Try to fix invalid LDIF entry

parent a3bb165a
No related branches found
No related tags found
1 merge request!42Pica openldap dev
......@@ -60,13 +60,13 @@ loginShell: /bin/bash
uidNumber: -1
givenName: Prénom
sn: Nom
uid: Identifiant unique (type login : qduchemi)
uid: example
sshPublicKey: ssh-rsa [...]
homeDirectory: Arbitraire, comme par exemple /home/users/<login>
userPassword::
authorizedService: Nom de service (e.g. wiki, ou cloud). Champ duplicable.
host: Nom de machine, ou * pour toutes les machines. Champ duplicable.
shadowExpire: Date d'expiration du compte, en nombre de jours depuis le 01/01/1970, ou -1 pour illimité. Voir https://www.epochconverter.com/seconds-days-since-y0
homeDirectory: /home/users/example
userPassword:: XXXX
authorizedService: example
host: example
shadowExpire: -1
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 }}
......
......@@ -21,4 +21,4 @@ LDAP_TLS_CA_CRT_FILENAME: chain.pem
LDAP_TLS_ENFORCE: true
LDAP_TLS_VERIFY_CLIENT: never
HOSTNAME: ldaps.picasoft.net
HOSTNAME: ldap.picasoft.net
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