<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 2012-11-30 01:29:08, Jeroen van
Meeuwen (Kolab Systems) wrote :<br>
</div>
<blockquote class=" cite" id="mid_50BCA14D_2090101_free_fr"
cite="mid:50BCA14D.2090101@free.fr" type="cite">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<pre>On 2012-11-29 22:35, Mat Cantin wrote:
><i> Since one can create multiple domains, which in turn create their own
</i>><i> OU
</i>><i> in the LDAP directory, is it possible to select a different OU when
</i>><i> creating a user? Currently the default OU is the only one available
</i>><i> for
</i>><i> selection.
</i>><i>
</i>
If you have multiple OUs under ou=People, then these would be listed as
options there.
We have no interface to add/edit organizational units, but the
following should do the trick:
$ cat >>/tmp/new-ou.ldif<<EOF
dn: ou=New OU,ou=People,dc=example,dc=org
objectclass: top
objectclass: organizationalunit
ou: New OU
EOF
$ ldapadd -x -h localhost -D "cn=Directory Manager" -w **** -f
/tmp/new-ou.ldif
</pre>
</blockquote>
<br>
I think Mat mean to say that if you add an new domain in Webadmin
you can't select this new domain in the add user function.<br>
In "Add User" you can only select Organizational Unit
"people,firstdomain.org", you don't have "people, newdomain.org"
whereas ou=People,dc=newdomain,dc=org" exist in ldap directory.<br>
<br>
Eric<br>
<br>
<br>
<br>
<br>
</body>
</html>