|
Lines 40-46
import univention.debug
Link Here
|
| 40 |
|
40 |
|
| 41 |
name = 'remove-old-homedirs' |
41 |
name = 'remove-old-homedirs' |
| 42 |
description = 'moves directories of removed users away from home' |
42 |
description = 'moves directories of removed users away from home' |
| 43 |
filter = '(objectClass=ucsschoolType)' |
43 |
filter = '(&(objectClass=ucsschoolType)(uid=*))' |
| 44 |
attributes = ["posixAccount"] |
44 |
attributes = ["posixAccount"] |
| 45 |
modrdn = '1' |
45 |
modrdn = '1' |
| 46 |
|
46 |
|