[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[phpGroupWare-users] ldap_modified FAILED: [53] Server is unwilling to p
From: |
Steve |
Subject: |
[phpGroupWare-users] ldap_modified FAILED: [53] Server is unwilling to perform |
Date: |
Wed, 20 Jun 2007 15:20:30 -0700 (MST) |
Hello everyone, havin real trouble if someone could help that would be great
:)
Have managed to set the system apart from one problem, when I try to create the
admin user I get the following error......
ldap_modified FAILED: [53] Server is unwilling to perform
Modifies:
Array
(
[objectclass] => Array
(
[0] => top
[1] => posixGroup
[2] => sambaGroupMapping
[3] => phpgwGroup
)
[phpgwgroupID] => 20004
[gidnumber] => 20004
[cn] => Default
[description] => phpgw-created group
[displayname] => Array
(
[0] => admins
)
[sambasid] => Array
(
[0] => S-1-5-21-3701962129-3742927160-1568775976-512
)
[sambagrouptype] => Array
(
[0] => 2
)
)
As you can see I an using LDAP auth, and slapd logs the following
slapd[2380]: do_modify: root dse!
slapd[2380]: conn=1601 op=5 RESULT tag=103 err=53 text=modify upon the root DSE
not supported
I've no idea what this means?
As you can tell from the above I'm using ldap-tools for samba, I've followed
the instructions in
phpgwapi/doc/ldap/README_LDAP_WITH_OTHER_TOOLS
and edited
phpgwapi/inc/class.accounts_ldap.inc.php
and changed 'account' to 'person' although I've no idea what 'person' reffers
to?
I've made sure I've got phpgroupware.schema spec'd in slapd.conf and I can even
log in but I have no apps because I can't create the admin account to use to
allocate apps to non-privileged users
I've slapcat an ldif file of my LDAP database and inspected it. I made sure all
the extra phpgroupware schema stuff was attched to the accounts I selected to
enable during setup, it was?
Sytem stuff
Debian Sarge 3.1
apache2 2.0.54-5sarge1
php4 4.3.10-21
php4-ldap 4.3.10-21
mysql-server 4.0.24-10sarge
phpgroupware 0.9.16.005.php
Please some one help? :(
Thanks
SteveSent from the phpGroupWare forums @ http://forums.phpGroupWare.org
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [phpGroupWare-users] ldap_modified FAILED: [53] Server is unwilling to perform,
Steve <=