Univention Bugzilla – Attachment 3292 Details for
Bug 18619
Performance-Optimierung des AD Connectors in grossen Umgebungen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ad_connector.py-clean.patch
ad_connector.py-clean.patch (text/plain), 619 bytes, created by
Stefan Gohmann
on 2011-05-26 06:26:36 CEST
(
hide
)
Description:
ad_connector.py-clean.patch
Filename:
MIME Type:
Creator:
Stefan Gohmann
Created:
2011-05-26 06:26:36 CEST
Size:
619 bytes
patch
obsolete
>Index: ad-connector.py >=================================================================== >--- ad-connector.py (Revision 24467) >+++ ad-connector.py (Arbeitskopie) >@@ -108,8 +108,9 @@ > for filename in os.listdir(directory): > if filename != "tmp": > os.remove(os.path.join(directory,filename)) >- for filename in os.listdir(os.path.join(directory,'tmp')): >- os.remove(os.path.join(directory,filename)) >+ if os.path.exists(os.path.join(directory,'tmp')): >+ for filename in os.listdir(os.path.join(directory,'tmp')): >+ os.remove(os.path.join(directory,filename)) > finally: > listener.unsetuid() >
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 18619
:
3139
|
3291
| 3292