|
Lines 79-89
Link Here
|
| 79 |
found_attribs.append(attr) |
79 |
found_attribs.append(attr) |
| 80 |
if not attribs==[] and not indexes==[]: |
80 |
if not attribs==[] and not indexes==[]: |
| 81 |
print 'index\t%s %s'%(','.join(attribs),','.join(indexes)) |
81 |
print 'index\t%s %s'%(','.join(attribs),','.join(indexes)) |
| 82 |
@!@ |
|
|
| 83 |
|
82 |
|
| 84 |
limits users time.soft=-1 time.hard=-1 |
83 |
print |
|
|
84 |
for key in configRegistry.get("ldap/limits", "").split(";"): |
| 85 |
if key: |
| 86 |
print "limits %s" % key |
| 87 |
print |
| 85 |
|
88 |
|
| 86 |
@!@ |
|
|
| 87 |
if configRegistry['ldap/server/type'] == "slave": |
89 |
if configRegistry['ldap/server/type'] == "slave": |
| 88 |
if configRegistry.is_true("ldap/online/master", True): |
90 |
if configRegistry.is_true("ldap/online/master", True): |
| 89 |
print 'rootdn\t"cn=update,%s"'%configRegistry['ldap/base'] |
91 |
print 'rootdn\t"cn=update,%s"'%configRegistry['ldap/base'] |