protext against agent [UNDO]

This commit is contained in:
2026-02-12 14:39:50 +01:00
parent 75a0ae077d
commit 148d9a19af
9 changed files with 28 additions and 503 deletions

View File

@@ -44,7 +44,7 @@ master_doc = 'index'
# General information about the project.
project = u'ldapuserdir'
copyright = u'2013, Derek Feichtinger'
copyright = u'2013, '
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -190,7 +190,7 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'ldapuserdir.tex', u'ldapuserdir Documentation',
u'Derek Feichtinger', 'manual'),
u'User', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -220,7 +220,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'ldapuserdir', u'ldapuserdir Documentation',
[u'Derek Feichtinger'], 1)
[u'User'], 1)
]
# If true, show URL addresses after external links.
@@ -234,7 +234,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'ldapuserdir', u'ldapuserdir Documentation',
u'Derek Feichtinger', 'ldapuserdir', 'One line description of project.',
u'User', 'ldapuserdir', 'One line description of project.',
'Miscellaneous'),
]

View File

@@ -21,13 +21,13 @@ Options::
mappings
--debug debug mode: log messages at debug level
-D USER_DN DN or CN of ldap user for binding to the AD server
(CN=minpriv_user,OU=Services,DC=example.com,DC=ch)
(CN=minpriv_user,OU=Services,DC=example.com,DC=org)
-f PWFILE path to password file (without this pwd will be
prompted for)
-g USER_TO_GROUP get group memberships for this user
-v use more verbose output (with user list only)
--user-ou=USER_OU default OU for users (OU=Users,DC=example.com,DC=ch)
--group-ou=GROUP_OU default OU for groups (OU=Groups,DC=example.com,DC=ch)
--user-ou=USER_OU default OU for users (OU=Users,DC=example.com,DC=org)
--group-ou=GROUP_OU default OU for groups (OU=Groups,DC=example.com,DC=org)
-n, --allow-no-mssfu do not restrict to entries with unix (msSFU) mappings
-V show version information