|
Lines 46-51
Link Here
|
| 46 |
import univention.admin.modules |
46 |
import univention.admin.modules |
| 47 |
import univention.admin.objects |
47 |
import univention.admin.objects |
| 48 |
from univention.admin.layout import Tab, Group |
48 |
from univention.admin.layout import Tab, Group |
|
|
49 |
from univention.admin.syntax import ldapFilter |
| 49 |
import univention.config_registry |
50 |
import univention.config_registry |
| 50 |
import univention.admin.ipaddress |
51 |
import univention.admin.ipaddress |
| 51 |
|
52 |
|
|
Lines 507-512
def _doit(arglist):
Link Here
|
| 507 |
elif opt == '--append-option': |
508 |
elif opt == '--append-option': |
| 508 |
parsed_append_options.append(val) |
509 |
parsed_append_options.append(val) |
| 509 |
elif opt == '--filter': |
510 |
elif opt == '--filter': |
|
|
511 |
ldapFilter.parse(val) |
| 510 |
filter=val |
512 |
filter=val |
| 511 |
elif opt == '--customattribute': |
513 |
elif opt == '--customattribute': |
| 512 |
pos=val.find('=') |
514 |
pos=val.find('=') |