mirror of
https://github.com/samba-team/samba.git
synced 2025-07-11 00:59:11 +03:00
r26628: python: Add more documentation, simplify code in Samba3 module.
(This used to be commit 3c329ee73d
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
ac65321a46
commit
6817c5d885
@ -58,7 +58,7 @@ class CredentialsOptions(optparse.OptionGroup):
|
||||
self.creds.set_password(arg)
|
||||
|
||||
def set_simple_bind_dn(self, option, opt_str, arg, parser):
|
||||
self.creds.set_simple_bind_dn(arg)
|
||||
self.creds.set_bind_dn(arg)
|
||||
|
||||
def get_credentials(self):
|
||||
return self.creds
|
||||
|
Reference in New Issue
Block a user