steffen: server/kolab-webadmin/kolab-webadmin/www/admin/maintainer maintainer.php, 1.3, 1.4

cvs at intevation.de cvs at intevation.de
Fri Aug 6 12:53:31 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/maintainer
In directory doto:/tmp/cvs-serv2416/kolab-webadmin/www/admin/maintainer

Modified Files:
	maintainer.php 
Log Message:
fix for Issue262

Index: maintainer.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/maintainer/maintainer.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- maintainer.php	18 Jul 2004 01:15:51 -0000	1.3
+++ maintainer.php	6 Aug 2004 10:53:29 -0000	1.4
@@ -1,6 +1,6 @@
 <?php
 /*
- (c) 2004 Klarälvdalens Datakonsult AB
+ (c) 2004 Klarälvdalens Datakonsult AB
 
  This program is Free Software under the GNU General Public License (>=v2).
  Read the file COPYING that comes with this packages for details.
@@ -181,7 +181,7 @@
      } else {
        debug("Process...");
        $ldap_object = array();
-       $ldap_object['objectClass'] = 'inetOrgPerson';
+       $ldap_object['objectClass'] = 'kInetOrgPerson';
        $ldap_object['sn'] = trim($_POST['lastname']);
        $ldap_object['cn'] = trim($_POST['firstname']).' '.$ldap_object['sn'];
        if( !empty( $_POST['password_0'] ) ) {
@@ -190,7 +190,7 @@
        }
        if( $action == 'firstsave' ) $ldap_object['uid'] = trim( strtolower( $_POST['uid'] ) );
 
-	   var_dump( $ldap_object );
+	   debug_var_dump( $ldap_object );
 
        $domain_dn = domain_dn();
 	   





More information about the commits mailing list