I'm using a debian sarge box, i've tested this on both mine phpgw
installation.

Last july i've migrated all my NT server to samba3, with ldap backend:
from july my ldap data ceased to be a powerful toy and became the core
of my network account management.

Now, in phpgw, if i try to alter something (eg, i have to setup quotas
for some users) an error page popup (attached) and the DN are *DELETED*
from the tree, so the user desappear from the windows network, mail
handling, ...
[ok, this error page contain all the information i need to restore
the dn, but clearly this is not feasable...]


Can i setup phpgw so they get the account (and group membership) from
ldap but does not even try to alter the data?
I'm using a plethora of ldap interfaces to handle users and group, for
me it suffices that phpgw will handle their data (phpgw* field)...


PS: AFAIK LDAP, seems that phpgw does not try to alter the DN, but to
delete and reinsert them. Something less dangerous? ;-)

-- 
dott. Marco Gaiarin                                 GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''                http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  gaio(at)sv.lnf.it             tel +39-0434-842711    fax +39-0434-842797

                        Grazie parlamento europeo!
                http://punto-informatico.it/p.asp?i=53925&r=PI
ldap_add FAILED: [65] Object class violation

*Adds: uid=gabri,ou=People,dc=pp,dc=lnf,dc=it*

Array
(
    [objectclass] => Array
        (
            [0] => phpgwAccount
            [1] => phpgwContact
            [2] => posixAccount
            [3] => account
        )

    [phpgwaccountid] => 1023
    [phpgwaccountexpires] => -1
    [phpgwaccountstatus] => A
    [phpgwcontactid] => 11
    [cn] => Gabriella Rosset
    [uidnumber] => 1023
    [uid] => gabri
    [description] => phpgw-created account
    [givenname] => Gabriella
    [sn] => Rosset
    [homedirectory] => /home/gabri
    [gidnumber] => 1023
    [telephonenumber] => Array
        (
            [0] => 722
        )

    [physicaldeliveryofficename] => Array
        (
            [0] => Segreteria Direzione Scientifica
        )

    [mail] => Array
        (
            [0] => [EMAIL PROTECTED]
        )

    [sambasid] => Array
        (
            [0] => S-1-5-21-1877950314-1337216723-1819828000-1073
        )

    [displayname] => Array
        (
            [0] => Gabriella Rosset
        )

    [sambalogontime] => Array
        (
            [0] => 1089884051
        )

    [sambalmpassword] => Array
        (
            [0] => <hem>
        )

    [sambantpassword] => Array
        (
            [0] => <ops>
        )

    [sambapwdlastset] => Array
        (
            [0] => 1042736604
        )

    [sambaacctflags] => Array
        (
            [0] => [UX         ]
        )

    [sambaprimarygroupsid] => Array
        (
            [0] => S-1-5-21-1877950314-1337216723-1819828000-1078
        )

    [sambakickofftime] => Array
        (
            [0] => 0
        )

    [userpassword] => <noplease>
    [loginshell] => /bin/false
    [phpgwlastlogin] => 1131719923
    [phpgwlastloginfrom] => 10.5.2.109
)


_______________________________________________
Phpgroupware-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to