AD-Connector should ignore all users

Maybe a stupid question, but I cannot remember for the life of me: can I tell the AD-Connector, that it should ignore all users? I only need the computers/servers. Can I do a:

# ucr set connector/ad/mapping/user/ignorelist='*'
(using a wildcard)

Yes, you can, but the approach is slightly different. We can simply tell the AD Connector to ignore certain object types:

ucr set connector/ad/mapping/user/syncmode=false

Please note the additional user between mapping and syncmode.

1 Like
Mastodon