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:
committed by
Stefan Metzmacher
parent
6e2459211d
commit
c2fffa8335
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user