Provide LDIF version of LPK schema
This commit is contained in:
parent
474a38f916
commit
09ca6ef2e6
@ -2671,3 +2671,51 @@ diff -up openssh-6.8p1/ssh-ldap.conf.5.ldap openssh-6.8p1/ssh-ldap.conf.5
|
||||
+OpenSSH 5.5 + PKA-LDAP .
|
||||
+.Sh AUTHORS
|
||||
+.An Jan F. Chadima Aq jchadima@redhat.com
|
||||
diff --git a/openssh-lpk-openldap.ldif b/openssh-lpk-openldap.ldif
|
||||
new file mode 100644
|
||||
index 0000000..9adf4b8
|
||||
--- /dev/null
|
||||
+++ b/openssh-lpk-openldap.ldif
|
||||
@@ -0,0 +1,19 @@
|
||||
+#
|
||||
+# LDAP Public Key Patch schema for use with openssh-ldappubkey
|
||||
+# useful with PKA-LDAP also
|
||||
+#
|
||||
+# Author: Eric AUGE <eau@phear.org>
|
||||
+#
|
||||
+# LDIF for openLDAP Directory Server.
|
||||
+# Based on the original schema, modified by Jakub Jelen.
|
||||
+#
|
||||
+
|
||||
+dn: cn=openssh-lpk,cn=schema,cn=config
|
||||
+objectClass: olcSchemaConfig
|
||||
+cn: openssh-lpk
|
||||
+olcAttributeTypes: {0}( 1.3.6.1.4.1.24552.500.1.1.1.13
|
||||
+ NAME 'sshPublicKey' DESC 'MANDATORY: OpenSSH Public key'
|
||||
+ EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
|
||||
+olcObjectClasses: {0}( 1.3.6.1.4.1.24552.500.1.1.2.0
|
||||
+ NAME 'ldapPublicKey' DESC 'MANDATORY: OpenSSH LPK objectclass'
|
||||
+ SUP top AUXILIARY MUST ( sshPublicKey $ uid ) )
|
||||
diff --git a/openssh-lpk-sun.ldif b/openssh-lpk-sun.ldif
|
||||
new file mode 100644
|
||||
index 0000000..9adf4b8
|
||||
--- /dev/null
|
||||
+++ b/openssh-lpk-sun.ldif
|
||||
@@ -0,0 +1,17 @@
|
||||
+#
|
||||
+# LDAP Public Key Patch schema for use with openssh-ldappubkey
|
||||
+# useful with PKA-LDAP also
|
||||
+#
|
||||
+# Author: Eric AUGE <eau@phear.org>
|
||||
+#
|
||||
+# LDIF for Sun Directory Server.
|
||||
+# Based on the original schema, modified by Jakub Jelen.
|
||||
+#
|
||||
+
|
||||
+dn: cn=schema
|
||||
+attributeTypes: ( 1.3.6.1.4.1.24552.500.1.1.1.13
|
||||
+ NAME 'sshPublicKey' DESC 'MANDATORY: OpenSSH Public key'
|
||||
+ EQUALITY octetStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
|
||||
+objectClasses: ( 1.3.6.1.4.1.24552.500.1.1.2.0
|
||||
+ NAME 'ldapPublicKey' DESC 'MANDATORY: OpenSSH LPK objectclass'
|
||||
+ SUP top AUXILIARY MUST ( sshPublicKey $ uid ) )
|
||||
|
@ -730,6 +730,7 @@ getent passwd sshd >/dev/null || \
|
||||
%files ldap
|
||||
%defattr(-,root,root)
|
||||
%doc HOWTO.ldap-keys openssh-lpk-openldap.schema openssh-lpk-sun.schema ldap.conf
|
||||
%doc openssh-lpk-openldap.ldif openssh-lpk-sun.ldif
|
||||
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-ldap-helper
|
||||
%attr(0755,root,root) %{_libexecdir}/openssh/ssh-ldap-wrapper
|
||||
%attr(0644,root,root) %{_mandir}/man8/ssh-ldap-helper.8*
|
||||
|
Loading…
Reference in New Issue
Block a user