pyldb: fixed places where we try to concatenate a Dn with a string
authorAndrew Tridgell <tridge@samba.org>
Fri, 16 Sep 2011 05:15:35 +0000 (15:15 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 19 Sep 2011 00:57:03 +0000 (10:57 +1000)
commit966b5d5de2fc40ff77e2b947c61a2419795a2282
tree493acc3376969e639b126b82bd50c69daf2eb009
parentf79d6ee929884ad76f2a88fc67c660fec31b8ed7
pyldb: fixed places where we try to concatenate a Dn with a string

you need to either use str(dn) or use %s in a format string
source4/dsdb/tests/python/ldap.py
source4/dsdb/tests/python/urgent_replication.py
source4/scripting/python/samba/netcmd/domain.py
source4/scripting/python/samba/netcmd/fsmo.py