]> Frank Brehm's Git Trees - config/berta/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Thu, 14 Jun 2018 08:32:43 +0000 (10:32 +0200)
committerFrank Brehm <frank@brehm-online.com>
Thu, 14 Jun 2018 08:32:43 +0000 (10:32 +0200)
Package changes:

.etckeeper
openldap/schema/openssh-lpk.schema [deleted file]

index 57d6ee45054c2113c50e10061ca091858a040375..c9364d1da6694268e4e9a8962f3982f8915682d5 100755 (executable)
@@ -8,7 +8,6 @@ mkdir -p './puppetlabs/puppet/ssl/private'
 mkdir -p './request-key.d'
 mkdir -p './security/limits.d'
 mkdir -p './security/namespace.d'
-mkdir -p './skel/.ssh'
 mkdir -p './systemtap'
 maybe chmod 0755 '.'
 maybe chmod 0700 '.etckeeper'
@@ -570,7 +569,6 @@ maybe chmod 0444 'openldap/schema/nis.ldif'
 maybe chmod 0444 'openldap/schema/nis.schema'
 maybe chmod 0444 'openldap/schema/openldap.ldif'
 maybe chmod 0444 'openldap/schema/openldap.schema'
-maybe chmod 0644 'openldap/schema/openssh-lpk.schema'
 maybe chmod 0444 'openldap/schema/pmi.ldif'
 maybe chmod 0444 'openldap/schema/pmi.schema'
 maybe chmod 0444 'openldap/schema/ppolicy.ldif'
@@ -1929,7 +1927,6 @@ maybe chmod 0755 'skel'
 maybe chmod 0644 'skel/.bash_logout'
 maybe chmod 0644 'skel/.bash_profile'
 maybe chmod 0644 'skel/.bashrc'
-maybe chmod 0700 'skel/.ssh'
 maybe chmod 0644 'slsh.rc'
 maybe chmod 0755 'snmp'
 maybe chmod 0644 'snmp/snmpd.conf.example'
diff --git a/openldap/schema/openssh-lpk.schema b/openldap/schema/openssh-lpk.schema
deleted file mode 100644 (file)
index 3a0d803..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# LDAP Public Key Patch schema for use with openssh-ldappubkey
-# Author: Eric AUGE <eau@phear.org>
-#
-# Based on the proposal of : Mark Ruijter
-#
-
-
-# octetString SYNTAX
-attributetype ( 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 )
-
-# printableString SYNTAX yes|no
-objectclass ( 1.3.6.1.4.1.24552.500.1.1.2.0 NAME 'ldapPublicKey' SUP top AUXILIARY
-       DESC 'MANDATORY: OpenSSH LPK objectclass'
-       MUST ( sshPublicKey $ uid )
-       )