Description
I am able to get users synced in fine, but running into issues getting the group channel mapping setup.
AD is what is being referenced for LDAP.
This is what I currently have in the sync/import section:
Username Field sAMAccountName
Unique Identifier Field objectGUID,ibm-entryUUID,GUID,dominoUNID,nsuniqueId,uidNumber
Default Domain This does work
Merge Existing Users TRUE
Sync User Data TRUE
User Data Field Map {“cn”:“displayName”, “mail”:“email”}
Sync LDAP Groups TRUE
Auto Remove User Roles TRUE
User Group Filter (&(cn=#{groupName})(memberUid=#{username}))
LDAP Group BaseDN This does work
User Data Group Map
“{
““rc_hs_kci_rep””: ““users””,
““tech-support””: ““support””
}”
Auto Sync LDAP Groups to Channels TRUE
Channel Admin rocket.cat
LDAP Group Channel Map
“{
““Rocketchat-sysadmin””: ““sysadmins””,
““rc_hs_kci_rep””: ““hs_kci””,
““techsupport””: [
““helpdesk””,
““support””
]
}”
Auto Remove Users from Channels FALSE
Sync User Avatar FALSE
Background Sync FALSE
Background Sync Interval Every 24 hours
Background Sync Import New Users TRUE
Background Sync Update Existing Users TRUE
What my understanding is that you can use the group channel map to add/remove users in a group, but can it create groups automatically?
So the group filter pulls in any ad groups and their members that translates it into the variable(s) for Rocket Chat #groupname and #username for later data and channel mapping?
And under the ldap group channel map, you list just the samaccountname of the group that the filter pulls in and it matches the channel in Rocket Chat after the colon.
I think what my first problem is, is that the user group filter does not work.
Can anyone help with that? All of my groups will be in one OU.
Server Setup Information
- Version of Rocket.Chat Server: 2.1.0
- Operating System: Linux
- Number of Running Instances: 1