phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #2255] setup in begining w/ldap uses posixA


From: nobody
Subject: [Phpgroupware-tracker] [Bug #2255] setup in begining w/ldap uses posixAccount which needs homedirectory set upon submit to ldap server.
Date: Thu, 23 Jan 2003 01:48:53 -0500

=================== BUG #2255: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2255&group_id=509

Changes by: Dave Hall <address@hidden>
Date: 2003-Jan-23 17:48 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | lkneschke




=================== BUG #2255: FULL BUG SNAPSHOT ===================


Submitted by: hackncode               Project: phpGroupWare                 
Submitted on: 2003-Jan-20 10:06
Category:  API - phpGWapi             Bug Group:  0.9.14.001 release        
Severity:  5 - Major                  Priority:  High                       
Resolution:  None                     Assigned to:  lkneschke               
Status:  Open                         Component Version:  TGZ               
Platform Version:  Other              Reproducibility:  Every Time          

Summary:  setup in begining w/ldap uses posixAccount which needs homedirectory 
set upon submit to ldap server.

Original Submission:  I have been wrestling with this for a few days trying to 
figure out why it dosen't work right.  What I found was :

During the setup if you specify to not use ldap_extra_attributes.  The demo 
still sets up posixAccount in ldap,  and since the extra attrib is off it bombs 
on submition to the ldap server.  See below

mail inc # ldapadd -h 127.0.0.1 -D "cn=root,dc=example,dc=com" -w " :) "
dn: uid=demo,ou=phpgwuser,dc=example,dc=com
userpassword: {crypt} :)
phpgwaccounttype: u
phpgwaccountexpires: -1
cn: Demo Account
sn: Account
givenname: Demo
uidnumber: 29
gidnumber: 29
objectClass: top
objectClass: person
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: phpgwAccount
adding new entry "uid=demo,ou=phpgwuser,dc=example,dc=com"
ldap_add: Object class violation
        additional info: object class 'posixAccount' requires attribute 
'"homedirectory'

ldif_record() = 65
mail inc # 

also it dosen't consider the values you entered for the range of uidnumber to 
use.  I put to use between 1000 and 10000. it started at 1 and went up from 
there, you can see that I did quite alot of testing to get to 29 :)

BTW: I am trying this on a Gentoo Linux 1.4 box.  




No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2255&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]