You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
215B

  1. # gogs
  2. dn: uid=${LDAP_GOGS_UID},ou=services,dc=${LDAP_ORGANIZATION},dc=${LDAP_EXTENSION}
  3. objectClass: simpleSecurityObject
  4. objectClass: account
  5. objectClass: top
  6. uid: ${LDAP_GOGS_UID}
  7. userPassword: ${LDAP_GOGS_PWD}