[Bug #273] [GUI Right - User creation] Native Kerberos V support

Bugtracker <[email protected]> Fri, 27 May 2005 07:39:27 +0200
Newsgroups gmane.mail.qmail.ldap.phpqladmin
Message-ID <[email protected]>
/query.php?bug=273

--- 273	Fri May 27 07:39:26 2005
+++ 273.tmp.3K8qog	Fri May 27 07:39:26 2005
@@ -1,7 +1,7 @@
 Bug#       : 273
 Product    : phpQLAdmin
 Version    : CVS
-Status     : NEW
+Status     : ASSIGNED
 Priority   : Normal
 Component  : GUI Right - User creation
 URL        :
@@ -16,4 +16,16 @@
 This should now be possible with the php4-kadm5 module
 (http://freshmeat.net/projects/php-kadm5/). Have just been running some
 tests with it, and it looks very promising!
+
+Comment posted: 2005-05-27 07:39 AM by [email protected]
+
+In my work copy, one can now:
+1. Add principal. Done after the user object is created in
+tables/user_add-save.inc.
+2. Change password. Done in include/attrib.userpassword.inc. This file also
+correctly identifies a Kerberos V 'password' and shows the principal for the
+user etc.
+
+Missing are:
+1. Deleting principal. Should be done in user_del.php.