wheelybird/ldap-user-manager

How to add add employeeNumber attribute ?

nboukerma opened this issue · 1 comments

Hi,

I added an attribute [- LDAP_ACCOUNT_ADDITIONAL_ATTIBUTES=employeeNumber] to my docker-compose.yml file.

But i can't see the field in the Web-UI form.

Here is a part of my file :

version: "3.8"
services:
ldapmanager:
image: wheelybird/ldap-user-manager
container_name: ldapmanager
hostname: 'ldapmanager'
restart: always
environment:
- SERVER_HOSTNAME=openldap
- LDAP_URI=ldap://openldap
- LDAP_BASE_DN=dc=example,dc=lan
- LDAP_ADMINS_GROUP=admins
- LDAP_ADMIN_BIND_DN=cn=admin,dc=example,dc=lan
- LDAP_ADMIN_BIND_PWD=ItsNotMyPasswordGuy
- LDAP_REQUIRE_STARTTLS=FALSE
- LDAP_ACCOUNT_ADDITIONAL_ATTIBUTES=employeeNumber

Thank you in advance for you help.

Nacer.

Hi. You've got a typo in LDAP_ACCOUNT_ADDITIONAL_ATTIBUTES. It should be LDAP_ACCOUNT_ADDITIONAL_ATTRIBUTES. Hope that sorts it out for you.