Lukas Ocilka wrote:
Jiří Suchomel wrote:
Hi hackers, those of you who are using neither .ldap agent nor any yast2-users API may hit Delete now.
For others, I would like to announce that .ldap agent now uses original LDAP names of the object keys that are returned as a result of a search. For example, the search for user object which returned $[ "uidnumber" : 1000, "homedirectory" : "/home/hh", "uid" : "hh" ] now returns $[ "uidNumber" : 1000, "homeDirectory" : "/home/hh", "uid" : "hh" ] ...
Which effectively means none of YaST modules using .ldap will work in Alpha1 because of the timing of that change (API change 2 hours before submission deadline). We were unable to change our code in time.
Affected packages: yast2-ldap-server, yast2-mail, yast2-samba-server, yast2-dns-server, yast2-dhcp-server.
You might have changed the packages yourself and directly submit instead of creating patches. Anyway, thanks for the patches.
By the way, what does it do with the old configuration? I mean, what does it do with already configured SLES 10 when we upgrade to SLES 11? Does it change the keys everywhere in LDAP or LDAP configuration just stops working? We have to somehow express the dependencies on the changed packages. L.