|
|
| Author |
Message |
KOdedra Guest
|
Posted: Thu May 18, 2006 5:44 pm Post subject: ldifde creating user in AD with exchange attributes |
|
|
Hi,
I'm trying to create a user with exchange mailbox in AD via a ldifde
command. What Exchange attributes are needed and does anyone have a working
example?
Thanks |
|
| Back to top |
|
 |
|
|
Carlo Cacciafesta Guest
|
Posted: Thu May 18, 2006 6:07 pm Post subject: RE: ldifde creating user in AD with exchange attributes |
|
|
"KOdedra" wrote:
| Quote: | Hi,
I'm trying to create a user with exchange mailbox in AD via a ldifde
command. What Exchange attributes are needed and does anyone have a working
example?
Thanks
|
I think you could answer yourself doing this. Create an OU (i.e.: "testOU")
and create a standard mailbox-enabled user in it. Then run:
ldifde -f stduser.ldf -d "OU=testOU,DC=mydomain,DC=local" -r
"(objectClass=User)"
This will export all users in domain mydomain.local in the OU "testOU". Then
you can read all attributes needed for a standard user.
Regards,
Carlo |
|
| Back to top |
|
 |
Joe Richards [MVP] Guest
|
Posted: Fri May 19, 2006 6:41 pm Post subject: Re: ldifde creating user in AD with exchange attributes |
|
|
Doing this is strictly unsupported by Microsoft. That being said, pick up the
book in the signature as I put in a chapter about doing this and other exchange
tasks. It shows you the proper way and it also discusses what you need to do if
you want to break the rules and do it through LDAP directly.
joe
--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net
---O'Reilly Active Directory Third Edition now available---
http://www.joeware.net/win/ad3e.htm
KOdedra wrote:
| Quote: | Hi,
I'm trying to create a user with exchange mailbox in AD via a ldifde
command. What Exchange attributes are needed and does anyone have a working
example?
Thanks
|
|
|
| Back to top |
|
 |
|