From: Frank Brehm Date: Thu, 14 Jun 2018 08:32:43 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a4e6c76582b40137d094f416e319b4d9a9b71b41;p=config%2Fberta%2Fetc.git committing changes in /etc after emerge run Package changes: --- diff --git a/.etckeeper b/.etckeeper index 57d6ee4..c9364d1 100755 --- a/.etckeeper +++ b/.etckeeper @@ -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 index 3a0d803..0000000 --- a/openldap/schema/openssh-lpk.schema +++ /dev/null @@ -1,19 +0,0 @@ -# -# LDAP Public Key Patch schema for use with openssh-ldappubkey -# Author: Eric AUGE -# -# 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 ) - )