<!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">
Thanks.  I've taken this information and created a How-To for
phpLdapAdmin: <a class="moz-txt-link-freetext" href="http://directory.fedora.redhat.com/wiki/Howto:phpLdapAdmin">http://directory.fedora.redhat.com/wiki/Howto:phpLdapAdmin</a><br>
<br>
Jeff Falgout wrote:
<blockquote
 cite="mid40083.206.247.49.3.1118161050.squirrel@www.ogov.net"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Ok, I see.  Sure.  I would love to get a list of features of other LDAP
administration tools that are not supported by the Fedora DS console.
1) Support auto-increment of uidNumber (other attributes?  gidNumber?)
2) Support for shadowAccount host based access restriction (feature of
DirectoryAdministrator)

    </pre>
    <blockquote type="cite">
      <pre wrap="">I haven't had
much luck getting phpLdapAdmin working with fedora-ds (I've had some
objectclass violations when creating new users - haven't spent much time
trying to figure that out as I like the console much better).


      </pre>
    </blockquote>
    <pre wrap="">I'd like to get this working - can you post the error messages you're
seeing?  And access and errors log.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
A simple change in phpLdapAdmin allowed me to create a posix user in
fedora-ds. In the templates/creation directory, edit the file
new_user_template.php, search for 'value="gn"' and replace it with
'value="givenname"'.

I'm also using groupOfUniqueNames for authentication via pam - I had to
create a group using the custom template, selecting the groupOfUniqueNames
objectclass and then skipped adding members to the group until after the
object was created. When I tried to add members to the new group, the
template for groupofnames was loaded, not groupofuniquenames, so when you
add a member, it creates a value for the attribute member (not
uniqueMember). I hacked the file
templates/modification/group_of_names.php. Around line 21, " $attr_name =
'member'; "  I replaced member with uniqueMember - a hack, I know, but it
worked. Now I can create the initial member as a uniqueMember.

That's as far as I've gotten.

Jeff

--
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>