How do I add a container object to active directory?

L

Lucy

I tried to create the following entry in my active
directory sever using command ldifde, but it didn't work.
Can someone please help me? Thanks a lot.


dn: cn=groups,dc=yourcom,dc=com
changetype: add
objectclass: top
objectclass: container
cn: groups
 
M

Matjaz Ladava [MVP]

Are you trying to do a organizational Unit ? then this would be the right
entry.

dn: ou=groups,dc=yourcom,dc=com
changetype: add
objectclass: top
objectclass: organizationalUnit
ou: groups

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), Windows MVP
(e-mail address removed)
http://ladava.com
 
J

Jimmy Andersson

As Matjaz reminded me about, just change the ShowInAdvancedViewOnly
attribute to False and you can see them without changing to Advanced View in
the MMC.

Regards,
/Jimmy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top