pyldb: Fix dn concat operation to be the other way around
authorAndrew Bartlett <abartlet@samba.org>
Fri, 6 Jul 2012 10:41:10 +0000 (20:41 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Jul 2012 12:45:33 +0000 (22:45 +1000)
commit8d99b398d923d924088d4682a97bae38ccda0b0d
tree463b6b9219a3545af169627e3469cb821a032997
parent7285ed586f129d45843f98c359003d9ac88cf5cb
pyldb: Fix dn concat operation to be the other way around

This now concatonates Dn(ldb, "cn=config") + Dn(ldb, "dc=samba,dc=org") as "cn=config,dc=samba,dc=org"

Andrew Bartlett
lib/ldb/pyldb.c
lib/ldb/tests/python/api.py