updating openldap

This commit is contained in:
Jean-François GUILLAUME 2021-12-16 15:43:06 +01:00
parent 9d92e99d6b
commit d68a0dac25
GPG key ID: 38751DAE145EFB5A

View file

@ -1,6 +1,7 @@
(define-module (glicid packages openldap) (define-module (glicid packages openldap)
#:use-module (guix build-system gnu) #:use-module (guix build-system gnu)
#:use-module (guix download) #:use-module (guix download)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages) #:use-module (guix packages)
#:use-module (guix utils) #:use-module (guix utils)
#:use-module ((gnu packages openldap) #:prefix gnu:) #:use-module ((gnu packages openldap) #:prefix gnu:)
@ -175,6 +176,6 @@ alias, netgroup, and basically any other information that you would normally
get from @file{/etc} flat files or NIS. It also provides a @dfn{Pluggable get from @file{/etc} flat files or NIS. It also provides a @dfn{Pluggable
Authentication Module} (PAM) to do identity and authentication management with Authentication Module} (PAM) to do identity and authentication management with
an LDAP server.") an LDAP server.")
(license lgpl2.1+) (license license:lgpl2.1+)
) )
) )