-
Notifications
You must be signed in to change notification settings - Fork 29
Samba
Michal Hlavac edited this page Feb 3, 2020
·
3 revisions
If you want to use G Suite synchronizer with Samba, you have to change attribute that is used in user DN. To change configuration you have to run this command right after installation:
docker-compose exec identity /opt/karaf/bin/client \
'config:edit eu.hlavki.identity.ldap;
config:property-set ldap.users.dnAttr cn;
config:property-set ldap.users.baseDN CN=Users;
config:update'
This feature is supported in version 0.4.7
and higher
! Please note that this feature is not tested, so please create new issue if you find bug