git: e3a3930765 - main - LDAP Auth Article: Remove deleted sysutils/cpu port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Aug 2023 10:19:28 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=e3a3930765bb395384f35b86cf0717c334cc9858 commit e3a3930765bb395384f35b86cf0717c334cc9858 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2023-08-27 10:17:42 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-08-27 10:17:42 +0000 LDAP Auth Article: Remove deleted sysutils/cpu port PR: 267139 Submitted by: ler@ --- documentation/content/en/articles/ldap-auth/_index.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/documentation/content/en/articles/ldap-auth/_index.adoc b/documentation/content/en/articles/ldap-auth/_index.adoc index 3d1b5d718b..5ae1f8681a 100644 --- a/documentation/content/en/articles/ldap-auth/_index.adoc +++ b/documentation/content/en/articles/ldap-auth/_index.adoc @@ -734,10 +734,6 @@ There are a few other programs that might be useful, particularly if you have ma package:security/pam_mkhomedir[] is a PAM module that always succeeds; its purpose is to create home directories for users which do not have them. If you have dozens of client servers and hundreds of users, it is much easier to use this and set up skeleton directories than to prepare every home directory. -package:sysutils/cpu[] is a man:pw[8]-like utility that can be used to manage users in the LDAP directory. -You can call it directly, or wrap scripts around it. -It can handle both TLS (with the `-x` flag) and SSL (directly). - package:sysutils/ldapvi[] is a great utility for editing LDAP values in an LDIF-like syntax. The directory (or subsection of the directory) is presented in the editor chosen by the `EDITOR` environment variable. This makes it easy to enable large-scale changes in the directory without having to write a custom tool.