Univention Bugzilla – Attachment 11227 Details for
Bug 57504
dn argument are required for resync_object_from_ad.py
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
resync_object_from_ad.py.patch
file_57504.txt (text/plain), 635 bytes, created by
Iván.Delgado
on 2024-08-06 12:14:46 CEST
(
hide
)
Description:
resync_object_from_ad.py.patch
Filename:
MIME Type:
Creator:
Iván.Delgado
Created:
2024-08-06 12:14:46 CEST
Size:
635 bytes
patch
obsolete
>--- a/usr/share/univention-ad-connector/resync_object_from_ad.py >+++ b//usr/share/univention-ad-connector/resync_object_from_ad.py >@@ -156,7 +156,7 @@ if __name__ == '__main__': > parser.add_argument("-f", "--filter", dest="ldapfilter", help="LDAP search filter") > parser.add_argument("-b", "--base", dest="ldapbase", help="LDAP search base") > parser.add_argument("-c", "--configbasename", help="", metavar="CONFIGBASENAME", default="connector") >- parser.add_argument('dn') >+ parser.add_argument("dn", nargs='?', default=None) > options = parser.parse_args() > > CONFIGBASENAME = options.configbasename
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 57504
: 11227