forked from debops/debops
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from cloudscale-ch/denis/bookworm-slapd
Add support for slapd on bookworm
- Loading branch information
Showing
18 changed files
with
831 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
ansible/roles/slapd/files/etc/ldap/schema/debops/ldapns.schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# SPDX-License-Identifier: GPL-2+ | ||
# | ||
# Copied from Debian package: fusiondirectory-schema | ||
# Also available from: https://github.com/fusiondirectory/fusiondirectory/blob/fusiondirectory-1.0.19-security-debian/contrib/openldap/ldapns.schema | ||
# With the license here: https://github.com/fusiondirectory/fusiondirectory/blob/fusiondirectory-1.0.19-security-debian/COPYING | ||
|
||
|
||
# $Id: ldapns.schema,v 1.3 2003/05/29 12:57:29 lukeh Exp $ | ||
|
||
# LDAP Name Service Additional Schema | ||
|
||
# http://www.iana.org/assignments/gssapi-service-names | ||
|
||
attributetype ( 1.3.6.1.4.1.5322.17.2.1 NAME 'authorizedService' | ||
DESC 'IANA GSS-API authorized service name' | ||
EQUALITY caseIgnoreMatch | ||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ) | ||
|
||
objectclass ( 1.3.6.1.4.1.5322.17.1.1 NAME 'authorizedServiceObject' | ||
DESC 'Auxiliary object class for adding authorizedService attribute' | ||
SUP top | ||
AUXILIARY | ||
MAY authorizedService ) | ||
|
||
objectclass ( 1.3.6.1.4.1.5322.17.1.2 NAME 'hostObject' | ||
DESC 'Auxiliary object class for adding host attribute' | ||
SUP top | ||
AUXILIARY | ||
MAY host ) | ||
|
Oops, something went wrong.