[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/pwdutils/pwdutils.desc [COPY] Copyright (C) 2005 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Utilities to manage/change user passwd information [T] pwdutils is a collection of utilities to manage the passwd and [T] shadow user information. The difference to the shadow suite [T] is that these utilities can also modify the information stored [T] in NIS, NIS+, or LDAP. PAM is used for user authentication [T] and changing the pasword. It contains passwd, chage, chfn, [T] chsh, chpasswd, expiry, gpasswd, grpck, groupadd, groupdel, [T] groupmod, grpunconv, newgrp, pwck, pwconv, pwunconv, useradd, [T] userdel, usermod, vipw, and a daemon for changing the password on [T] a remote machine over a secure SSL connection. The daemon also uses [T] PAM, so it can change passwords no matter where they are stored. [U] http://www.thkukuk.de/pam/pwdutils/ [A] Thorsten Kukuk [M] The T2 Project [C] base/system [F] CROSS [L] GPL [S] Beta [V] 3.1.3 [P] O --2--5---9 179.200 [D] d4358d93baeca35be84ba0208f5f3cb0ec63549f77eaf951c8c3a346 pwdutils-3.1.3.tar.bz2 http://cdn.kernel.org/pub/linux/utils/net/NIS/ # FIXME support more ldap flavours? if pkginstalled openldap; then pkgprefix -t openldap var_append confopt ' ' "--with-ldap-lib=openldap" # auto|netscape5|netscape4|netscape3|umich|openldap var_append confopt ' ' "--with-ldap-dir=/$(pkgprefix openldap)" # FIXME --with-ldap-conf-file path to LDAP configuration file # FIXME --with-ldap-secret-file path to LDAP root secret file fi