nss-pam-ldapd-0.7.13-6.1e>UA>uAP6c?Q}8$j?B&s5Han~8QTUkLQWeAѴd>A?d  Ttx   h   (   <    @  ! !:!x(8 9 :j >?@BFGH4ItX Y Z[\]$^ bjcdeflzCnss-pam-ldapd0.7.136.1NSS module and daemon for using LDAP as a naming serviceThis package provides a Name Service Switch module that allows your LDAP server to provide user account, group, host name, alias, netgroup, and basically any other information that you would normally get from /etc flat files or NIS. Nss-ldapd is a fork of the nss_ldap package by PADL Software Pty Ltd.. implementing some structural design changes that were needed to fix some issues of the original design. Authors: -------- Luke Howard West Consulting Arthur de Jong QLbuild33openSUSE 11.4openSUSELGPL-2.1+http://bugs.opensuse.orgProductivity/Networking/LDAP/Clientshttp://arthurdejong.org/nss-ldapd/linuxi586/sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG=$1 if test "$FIRST_ARG" = "0" ; then test -f /etc/sysconfig/services && . /etc/sysconfig/services if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_STOP_ON_REMOVAL" != yes ; then for service in nslcd ; do /etc/init.d/$service stop > /dev/null done fi fi/sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG=$1 if test "$FIRST_ARG" -ge 1 ; then test -f /etc/sysconfig/services && . /etc/sysconfig/services if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != yes ; then for service in nslcd ; do /etc/init.d/$service try-restart > /dev/null || : done fi fi /sbin/insserv /etc/init.d X0f4< gDXx>(wz큠A큤AQLQLQLQLQLQLQLLN&LN&MMhLN&QLQLQLQL07e5666beba5d2262a0d9372c181ee0ec4a057c09a7d06b46eb1d1cbc75be4cfbffa06ec49e9f8856b5752fd2a70db7d8b80c645741fba28c4f741068d7fe8fbd25d0a9abbdb6f3196f03c746410e6f1fef893104b2224f15a41eb2f74c0b2bdfbc093901857fcd118f065f900982c24f7cd63644356d0918aba0b3bfecc38a01228365f2f8810080514e434a817cbe0fbb1ed146182cf65b86614a8242d718fb5d78abfc6b1ff9109dc9469495c5eb712ae66cccdeb946fb37ade22363dec615df8e24911fd72fdca7e64e8aff49639/etc/init.d/nslcd@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnss-pam-ldapd-0.7.13-6.1.src.rpmnss-ldapdlibnss_ldap.so.2libnss_ldap.so.2(EXPORTED)libnss_ldap.so.2(libnss_ldap.so.2)pam_ldap.sopam_ldap.so(EXPORTED)pam_ldap.so(pam_ldap.so)sysvinit(nslcd)nss-pam-ldapdnss-pam-ldapd(x86-32)     @@@@@@@@@@@@@@@@@@@@@@@@@ /bin/chmodrpmlib(VersionedDependencies)/bin/sh/bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)/bin/shld-linux.so.2ld-linux.so.2(GLIBC_2.3)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libdl.so.2libdl.so.2(GLIBC_2.0)libdl.so.2(GLIBC_2.1)libgssapi_krb5.so.2libgssapi_krb5.so.2(gssapi_krb5_2_MIT)liblber-2.4.so.2libldap_r-2.4.so.2libpam.so.0libpam.so.0(LIBPAM_1.0)libpam.so.0(LIBPAM_EXTENSION_1.0)libpam.so.0(LIBPAM_EXTENSION_1.1)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libpthread.so.0(GLIBC_2.3.3)rpmlib(PayloadIsLzma)3.0.3-14.0-13.0.4-14.4.6-1nss_ldappam_ldap4.8.0Q@j@N7M# Lr@Kf@J#JI@JCfIHovarkoly@suse.comaj@suse.deseife+obs@b1-systems.comrhafer@novell.comjengelh@medozas.demls@suse.derhafer@novell.comsbrabec@suse.czrhafer@suse.derhafer@suse.de- bnc#804682.diff : CVE-2013-0288: nss-pam-ldapd: FD_SET array index error, leading to stack-based buffer overflow- Create ghost /var/run/nslcd to fix build failure.- update to 0.7.13: * fix handling of idle_timelimit option * fix error code for problem while doing password modification - fix build for pre-11.3 systems- Renamed to nss-pam-ldapd to reflect upstream rename - Updated to 0.7.12: * rename software to nss-pam-ldapd to indicate that PAM module is now a standard part of the software * the PAM module is now built by default * the default configuration file name has been changed to /etc/nslcd.conf- package baselibs.conf- make patch0 usage consistent- Updated to 0.6.10: * implement searching through multiple search bases, based on a patch by Leigh Wedding * fix a segmentation fault that could occur when using any of the tls_* options with a string parameter * the code for reading and writing protocol entries between the NSS module and the daemon was improved * documentation updates * removed SSL/TLS related warnings during startup * produce more detailed logging in debug mode and allow multiple -d options to be specified to also include logging from the LDAP library * some LDAP configuration options are now initialized globally instead of per connection which should fix problems with the tls_reqcert option * documentation improvements for the NSLCD protocol used between the NSS module and the nslcd server * fix a bug with writing alternate service names and add checks for validity of passed buffer in NSS module - Fixed a possible off by one bug in nslcd (bnc#515559)- Supplement glibc-32bit/glibc-64bit in baselibs.conf (bnc#354164).- Updated to 0.6.8: * the nss-ldapd.conf was created world-readable which could cause problems if the bindpw option is used. (bnc#487737, CVE-2009-1073) * clean the environment and set LDAPNOINIT to disable parsing of LDAP configuration files (.ldaprc, /etc/ldap/ldap.conf, etc) * remove sslpath option because it wasn't used * correctly set SSL/TLS options when using StartTLS * rename the tls_checkpeer option to tls_reqcert, deprecating the old name and supporting all values that OpenLDAP supports * allow backslashes in user and group names execpt as first or last character * check user and group names against LOGIN_NAME_MAX if it is defined * allow spaces in user and group names because it was causing problems in some environments * if ldap_set_option() fails log the option name instead of number * retry connecting to LDAP server in more cases - Adjust config file permissions upon update, to fix world-readable /etc/nss-ldapd.conf as created by older versions (bnc#487737, CVE-2009-1073)- Fixed "Required-Stop" Tag to include the same services as "Required-Start" - removed "Should-Start" Tag/bin/sh/bin/sh/bin/shnss-ldapdbuild33 13639705070.7.13-6.10.7.13-6.10.7.13-6.10.7.13-6.1 nslcdnslcd.conflibnss_ldap.so.2pam_ldap.sonslcdrcnslcdnss-pam-ldapdAUTHORSCOPYINGChangeLogNEWSREADMEnslcd.conf.5.gznslcd.8.gzpam_ldap.8.gznslcd/etc/init.d//etc//lib//lib/security//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/nss-pam-ldapd//usr/share/man/man5//usr/share/man/man8//var/run/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Evergreen:Maintenance:92/openSUSE_Evergreen_11.4/0731f9ca41151bb8440b14ec3bd2b77f-nss-pam-ldapd.openSUSE_Evergreen_11.4drpmlzma5i586-suse-linuxjMg߃?]"k%nTQp_rn/ژi`[[*5ƑfDR bǕ[IJkZYR@vimiGXad^cd@ }KV|KV|T¸C$FSv&~-ԋEЇ w'^DuoϮ:<2`(mnж0=?\^UCw(l~18c-^EQε6Jav|=&ʶ>Sx.Ju |ͩVBҭ/In#R<Zqө~nB{whE3>2 c6fڡOpV$'viLxQ1^vܭ Du(b}dWC,x5@^\еrU|@L0K3$pߒ#/ȄjFHnԜK|)+ywPk0C9y@oR-7Wt<KsXu^V%ys[X%5x6><?Y,']"F-:¿_ovoI0egopfM\c2CZ)Un讦= clnnEB.P@+UT}"[Eԑ`mD6ee X,+ECr<02dծt,Z`ʿumzR6vywCH@?) )ki0rR,}:[ gλqWK2"lv7Rg0frnǔ h=)FV"&U3Iӵ kiN< |5O)zKG lCMziSҘ,_cU R좮$X~SfXAH{J8{_/ԥhKdY\)Lqf=r $otU;EӶ'ҭu[!͒/)nW.Ki2cB7o궂s v$jaWzn3֟-q7+(%Tw%nӯ[%A,Me,$ԢM7zI-C*Y874#jT@:~*$1 (`YSۉ>Ohۉ/F}-5\U2j71YV?"SzڬgVx$6CP1F JjݭNyc͇0PqzIaȱ.DG7=<#CRIзs{(% 0e*:G^ꭟT+hld4n @*v)=E2&] "̋F߷9Ha\Y ,$zxj`b1KV [$A#wc fq6,w*q]X|XY-tRcC=6"!p9JPn(Fӕ&j+4%GU v?mYdN'Aݺv0a'k pWX4cIѻwjRod^G0s()"0-MOZ|h*$$ F)<.</=>z=cD :;3b.ibsuђOCN*$DCK}L?:",fpsU0jUۃ+ `DR|\.ׯ/5J<[wQ*64[} hBkNFn4E+ÅHt#e r(F^e4.ࡲ% qvg{0w)N/CNԌ.LL7{8)6q5q] Wض"<0> u^fkwfGj|y뢽wš +QW Uځ/JQ&+(t:ޙO*T|MJ0„Q{u‹![fTRyQНog=IG{TNSU$4ÒQZ;n@Ljq~>9bsx\4ʽ@,CjYMG2@LY?z۫J[_:_+D-G$Y#sI`HiB;"h+Fl"cPv}pt9:$2PY6m28]t* RA:;V(GӉ/T~h>xO'r~mNS D//VgHvYIiLuCdu {i/Ws$rb&Z#Ϯd]YҪ=k0DiH)MG_M1o! :׹NziJ'9p8ӗeHOm_$#S<g@x{e[ uU]oa K@|frL$Pv3=U;+vY0pAWt;TpE2t+_ppƇ9NRΡ8&S\.ldI S8u[Qd*H/͘m? ZN?}f'K6^utJDYmQDt8ʵ fk2hK3ėO~.FEpAF)+as#V"dT4Z&kI?-'!uG ;P!FML͏LA!d_ SS6MxߐEuX`p xϰN@Q'$גp $iycU-% n6`nТCC~zO`lvs{hv1TN{ =y,Yeiφ2_A*C L.mT-ycn zJW6">$[9 J r!84"mKeFNHJzl鉓]~;qφEj7fu0P\cOhcuH_5_-Zb~cYR`9IKط"E7!?աݷiUdȏ={,} u?/(e6YG]FgWgӠ-[9-rOCizG>p^veD.Eek Y'FIL] h(g Qp"~_)ɽ|t/d?|ڎOK)k'p#+\nrV^p) 5jR5+SO|%ouY4k2b8> !&('EGi1uuϠ2+r^vU3N/dj&Vd&a'~,H&YsG*%p4nQAGu(9S-oȡ فܨ"wJQĽ2F%cau_'+rhʶB{[ɠ߾8H [}t$ [Uʘ~4oS+ˎFwɝ"?dpW"fd݇l]}KZ}ix-jmՇy3yź,|d[!6}d|]$ 8C?CR`Fn>vo:N-CX~y2~~_jv2(4Z԰(}7R-x%ltմ%'Aȓ&zO%ñK#gZ=Ϯ[I:-0ZhtD*f/".7c;՗^iܘBL*NZC6{PE ƣƫ<^@y|t1ʵ;(]7+=< $F8vJ7 ʗOxӸ$]\ƺM~.,iX'.c71^Hٳ02)*f7Ƹ7^h2prM=5IӁ m.B(̗2RQdlWo1!bjY3޲ C'6 eQ4&=~&‰k&*>{`"hMյx;,>xҪ叞jiƪ> ۩>v"fD7;('?AJ Fv̈́LƓp4(GMʙ\ݥ|yRZ#\a#߷Nv#f5Z8/z{3ܮ{wfx XdׁA8u?"QdRj[*X z+'<( d66@(ΊK 1JRnVH2jH]0,%a(D 3^k-)S'TMIҒyy{g;# ji T7|SdED:]>Ė( æ,%XZ)gؒ w@:ϷW_vy] yA],SZ$X_ /Ѹp i;3`9PGVZ5$}+ǯX̝+.vb$ "٬Cp+AnPx^)p EFpNTQCEvBX;%%2#dGPWz _NjݤAJTO41ň: bϭu(*sZ8?%"T;A :pK~-[kv;} -]"[Ne6/&ɵ<% .ŔգBB$ fq/|#RRQrtFG*R!6!V"(eP-wQt #,_*ec"',