pax_global_header00006660000000000000000000000064111730377640014523gustar00rootroot0000000000000052 comment=8a4f378ea8b62ddc6ad44a2289dc0057e5c02ecb installer-feature-tune-logindefs-0.2/000075500000000000000000000000001117303776400177315ustar00rootroot00000000000000installer-feature-tune-logindefs-0.2/.gear-rules000064400000000000000000000000071117303776400217750ustar00rootroot00000000000000tar: . installer-feature-tune-logindefs-0.2/50-tune-logindefs.sh000075500000000000000000000002551117303776400234370ustar00rootroot00000000000000#!/bin/sh a= . install2-init-functions subst 's/UID_MIN.*500/UID_MIN 5000/' $destdir/etc/login.defs ||: subst 's/GID_MIN.*500/GID_MIN 5000/' $destdir/etc/login.defs ||: installer-feature-tune-logindefs-0.2/installer-feature-tune-logindefs.spec000064400000000000000000000014741117303776400271620ustar00rootroot00000000000000Name: installer-feature-tune-logindefs Version: 0.2 Release: alt1 Summary: Set UID_MIN and GID_MIN to 10000 License: GPL Group: System/Configuration/Other Url: http://www.altlinux.org/Installer/beans BuildArch: noarch Packager: Anton V. Boyarshinov Source: %name-%version.tar %description LDAP users should not cross with local users. This install-time package tunes /etc/login.defs to aviod this crossing. %prep %setup %install %define hookdir %_datadir/install2/preinstall.d mkdir -p %buildroot%hookdir install -pm755 *.sh %buildroot%hookdir/ %files %hookdir/* %changelog * Mon Apr 20 2009 Anton V. Boyarshinov 0.2-alt1 - GID_MIN downgraded to 5000 to avoid conflict with Samba mappings * Fri Apr 17 2009 Anton V. Boyarshinov 0.1-alt1 - first build