Allen weet iemand wat het formaat van de msExchMailboxSecurityDescriptor attribuut is voor het aanmaken van een user (vanuit Java, JNDI) in Active directory ?
Ik weet dat ik het op deze manier moet zetten:
// Create the initial directory context
LdapContext ctx = new InitialLdapContext(env,null);
// Create attributes to be associated with the new user
Attributes attrs = new BasicAttributes();
attrs.put("msExchMailboxSecurityDescriptor", SOMEVALUE); //het is i.i.g een getalletje
alvast bedankt.
Ik weet dat ik het op deze manier moet zetten:
// Create the initial directory context
LdapContext ctx = new InitialLdapContext(env,null);
// Create attributes to be associated with the new user
Attributes attrs = new BasicAttributes();
attrs.put("msExchMailboxSecurityDescriptor", SOMEVALUE); //het is i.i.g een getalletje
alvast bedankt.