<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thomas Mathiesen wrote:
<blockquote cite="mid20050609.U7S.30322300@www.thomasmathiesen.com"
 type="cite">
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">1. How do I add posixAccounts in the admin web interface (eg.
<a class="moz-txt-link-freetext" href="http://ldap.mydomain.com:15613/clients/dsgw/bin/lang?context=dsgw">http://ldap.mydomain.com:15613/clients/dsgw/bin/lang?context=dsgw</a>)?

      </pre>
    </blockquote>
    <pre wrap="">You can't in the _web_ interface, but you can in the console.  This
won't work from the Users&Groups tab in the main console window.  Open
the Directory Server into which you want to add the users.  Go to the
Directory tab.  With the Properties editor, you can "posix" enable an
existing user or create a new user with the posix attributes.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
But the console seems to need you to run some kind of java app, and I believe
this needs X?
My server has no X installed.

Isn't there a setting somewhere? In a clear text file (for defaults)
  </pre>
</blockquote>
The file that controls this UI is
serverroot/clients/dsgw/config/display-orgperson.html.  This is a
"template" that is parsed by the CGIs and rendered as HTML.  If you
look at line 188 in this file you will see where it sets the
objectclasses for the new user.  It would be easy to add the
shadowAccount to this list - the only required attribute is "uid" which
is already supplied by the UI.  Unfortunately, it would be more
difficult to add posixAccount to this list because that objectclass
requires cn, uidNumber, gidNumber, and homeDirectory, which are not
part of the UI.  So those fields would have to be added.  I think this
would be a good enhancement, to either add shadow and posix account
support to display-orgperson.html, or create a new template for
posix/shadow accounts.<br>
<blockquote cite="mid20050609.U7S.30322300@www.thomasmathiesen.com"
 type="cite">
  <pre wrap="">
/T

--
Fedora-directory-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">https://www.redhat.com/mailman/listinfo/fedora-directory-users</a>
  </pre>
</blockquote>
</body>
</html>