Example ADAM configuration files
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Platform Security
All of the configurations for ADAMSync are stored in xml files.
Default configuration file with comments
There is a default configuration file called MS-AdamSyncConf.xml included with the ADAMSync
install. Make a copy of this file so you have a base example to refer to in the future. This
example is the default configuration file with comments
added.
LDAP filters configuration file
You can provide any level of filtering in the object-filter value in the configuration file.
Use standard LDAP query syntax with the following xml escape characters in place of the standard
operators.
- AND = "&" replace with &
- OR = "|" (vertical line) replace with |
- NOT = "!" replace with !
Reference configuration file
Here's an actual configuration file that can be referenced as a
sample.