mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
updating openldap
This commit is contained in:
parent
9d92e99d6b
commit
d68a0dac25
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
(define-module (glicid packages openldap)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix download)
|
||||
#:use-module ((guix licenses) #:prefix license:)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix utils)
|
||||
#: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
|
||||
Authentication Module} (PAM) to do identity and authentication management with
|
||||
an LDAP server.")
|
||||
(license lgpl2.1+)
|
||||
(license license:lgpl2.1+)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue