Skip to content
Michal Hlavac edited this page Jan 23, 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:update'

! Please note that this feature is not tested, so please create new issue if you find bug

Clone this wiki locally