logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

argonaut-debconf2ldif - read debconf preseed files and create an ldif file to be imported into an ldap

Bugs

       Please report any bugs, or post any suggestions, to the fusiondirectory mailing list fusiondirectory-
       users or to <https://gitlab.fusiondirectory.org/argonaut/argonaut/issues/new>

Description

       Script that looks up the specified Debconf or CDebconf database and converts the specified
       questions/templates from Debconf format "822" to LDIF.

Name

       argonaut-debconf2ldif - read debconf preseed files and create an ldif file to be imported into an ldap
       server

Options

-h
           print out this help message

       -b
           LDAP base, usually ou=templatename,<ldap_base>

       -c
           overrides flag and templates/questions paths to use /var/log/installer/cdebconf

       -d
           overrides flag and templates/questions paths to use /var/cache/debconf/-f
           flag (default: preseed)

       -k
           preseed keys file path (optional)

       -p
           allow type/value specs from preseed file to have precedence over values from templates/questions
       files

       -q
           questions branch (default: ou=questions)

       -t
           templates branch (default: ou=templates)

       --diff
           to see diff between templates and questions

       --templates-file
           templates file path (default: /var/log/installer/cdebconf/templates.dat)

       --questions-file
           questions file path (default: /var/log/installer/cdebconf/questions.dat)

Synopsis

       argonaut-debconf2ldif [-h] [--diff | --nodiff] [-f flag] [-b base] [-t templates-tree] [-q
       questions-tree] [--templates-file file] [--questions-file file] [-k keys-file] [-p | --noprefer-preseed]
       [-d | -c]

See Also