#current product version
ApocVersion=2.0

#attribute and objectclass identifying a user
# multi values are not supported
User/ObjectClass=inetorgperson
User/UniqueIdAttribute=uid
User/Container=ou=People
User/DisplayNameFormat=sn, givenname

# attribute and objectclass identifying roles
# multi values are supported, separated by comma
Role/ObjectClass=nsRoleDefinition
Role/NamingAttribute=cn
Role/MemberAttribute=nsRoleDN
Role/VirtualMemberAttribute=nsRole

# attribute and objectclass identifying organizations
# multi values are supported, separated by comma
Organization/ObjectClass=organization
Organization/NamingAttribute=o

# attribute and objectclass identifying domains
# multi values are supported, separated by comma
Domain/ObjectClass=ipNetwork
Domain/NamingAttribute=cn

#attribute and objectclass identifying a host
# multi values are not supported
Host/ObjectClass=ipHost
Host/UniqueIdAttribute=cn
Host/Container=ou=Hosts

