Univention Bugzilla – Attachment 4814 Details for
Bug 29326
"Mail Home Server" wird nicht korrekt gesetzt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mailHomeServer(UDM_Objects)
test.txt (text/plain), 1.03 KB, created by
Dirk Wiesenthal
on 2012-11-20 12:21:54 CET
(
hide
)
Description:
mailHomeServer(UDM_Objects)
Filename:
MIME Type:
Creator:
Dirk Wiesenthal
Created:
2012-11-20 12:21:54 CET
Size:
1.03 KB
patch
obsolete
>Index: modules/univention/admin/syntax.py >=================================================================== >--- modules/univention/admin/syntax.py (Revision 37328) >+++ modules/univention/admin/syntax.py (Arbeitskopie) > -2711,18 +2711,11 @@ > return text > raise univention.admin.uexceptions.valueError(_('May only contain letters (except umlauts), digits, space as well as "#", "!", "$", "%", "&" "|", "^", ".", "~", "_", "-". Has to begin with a letter or digit and must not and with space.')) > >+class ldapSearchMailHomeServer( IComputer_FQDN ): >+ udm_modules = ( 'computers/computer', ) >+ udm_filter = '&(objectClass=univentionHost)(univentionService=IMAP)' >+ empty_value = True > >-class ldapSearchMailHomeServer(LDAP_Search): >- def __init__(self): >- LDAP_Search.__init__( >- self, >- filter = '(&(objectClass=univentionHost)(univentionService=IMAP))', >- attribute = [ 'computers/computer: fqdn' ], >- value = 'computers/computer: fqdn', >- addEmptyValue = True >- ) >- >- > if __name__ == '__main__': > import doctest > doctest.testmod()
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 29326
: 4814