1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-14 12:59:07 +03:00

r26538: Pass path generation function around rather than base directory.

(This used to be commit 5f921af41e)
This commit is contained in:
Jelmer Vernooij
2007-12-19 23:27:38 +01:00
committed by Stefan Metzmacher
parent 6e2459211d
commit c2fffa8335
6 changed files with 164 additions and 148 deletions

View File

@ -537,9 +537,7 @@ replace: @LIST
@LIST: samldb,operational,objectguid,rdn_name,samba3sam
""")
samdb.add("""
dn: @MAP=samba3sam
@MAP_URL: %s""" % ldapurl)
samdb.add({"dn": "@MAP=samba3sam", "@MAP_URL": ldapurl})
return ret