# PaCkAgE DaTaStReAm RHATnss-ldap 1 520 # end of header 07070101954108000081a40000225f0000045c000000014836b95000000106000001200000000800000000000000000000001500000000RHATnss-ldap/pkginfoPKG=RHATnss-ldap NAME=NSS library and PAM module for LDAP. DESC=NSS library and PAM module for LDAP. ARCH=i386 SUNW_PKGTYPE=root SUNW_PKGVERS=1.0 CATEGORY=application EMAIL= VERSION=253,REV=2008.05.23.05.32.16 BASEDIR=/ CLASSES=none PSTAMP=unknown20080523053216 07070101954107000081a40000225f0000045c000000014836ba860000021e000001200000000800000000000000000000001400000000RHATnss-ldap/pkgmap: 1 520 1 i depend 0 0 1211546246 1 d none etc 0755 root sys 1 v none etc/ldap.conf 0644 root root 9400 60139 1211545935 1 i pkginfo 262 19512 1211545936 1 i postremove 140 11881 1211546246 1 i preinstall 169 13440 1211546246 1 d none usr 0755 root sys 1 d none usr/lib 0755 root bin 1 f none usr/lib/nss_ldap.so.1 0755 root root 219516 9594 1211545935 1 d none usr/share 0755 root sys 1 d none usr/share/man 0755 root bin 1 d none usr/share/man/man5 0755 root bin 1 f none usr/share/man/man5/nss_ldap.5 0644 root root 13706 53971 1211545935 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!07070101954108000081a40000225f0000045c000000014836b95000000106000001200000000800000000000000000000000800000000pkginfoPKG=RHATnss-ldap NAME=NSS library and PAM module for LDAP. DESC=NSS library and PAM module for LDAP. ARCH=i386 SUNW_PKGTYPE=root SUNW_PKGVERS=1.0 CATEGORY=application EMAIL= VERSION=253,REV=2008.05.23.05.32.16 BASEDIR=/ CLASSES=none PSTAMP=unknown20080523053216 07070101954107000081a40000225f0000045c000000014836ba860000021e000001200000000800000000000000000000000700000000pkgmap: 1 520 1 i depend 0 0 1211546246 1 d none etc 0755 root sys 1 v none etc/ldap.conf 0644 root root 9400 60139 1211545935 1 i pkginfo 262 19512 1211545936 1 i postremove 140 11881 1211546246 1 i preinstall 169 13440 1211546246 1 d none usr 0755 root sys 1 d none usr/lib 0755 root bin 1 f none usr/lib/nss_ldap.so.1 0755 root root 219516 9594 1211545935 1 d none usr/share 0755 root sys 1 d none usr/share/man 0755 root bin 1 d none usr/share/man/man5 0755 root bin 1 f none usr/share/man/man5/nss_ldap.5 0644 root root 13706 53971 1211545935 07070101954109000041ed0000225f0000045c000000024836ba8600000000000001200000000800000000000000000000000800000000install0707010195410a000081a40000225f0000045c000000014836ba8600000000000001200000000800000000000000000000000f00000000install/depend0707010195410e000081a40000225f0000045c000000014836ba860000008c000001200000000800000000000000000000001300000000install/postremoveif [ -f /usr/lib/nss_ldap.so.1.solaris ]; then mv /usr/lib/nss_ldap.so.1.solaris /usr/lib/nss_ldap.so.1 fi #%postun -p /sbin/ldconfig 0707010195410f000081a40000225f0000045c000000014836ba86000000a9000001200000000800000000000000000000001300000000install/preinstallif [ -f /usr/lib/nss_ldap.so.1 ]; then if [ ! -f /usr/lib/nss_ldap.so.1.solaris ]; then mv /usr/lib/nss_ldap.so.1 /usr/lib/nss_ldap.so.1.solaris fi fi 0707010195410b000041ed0000225f0000045c000000044836ba8600000000000001200000000800000000000000000000000600000000reloc0707010195410c000041ed0000225f0000045c000000024836ba8600000000000001200000000800000000000000000000000a00000000reloc/etc0707010195410d000081a40000225f0000045c000000014836b94f000024b8000001200000000800000000000000000000001400000000reloc/etc/ldap.conf @(#)$Id: ldap.conf,v 2.47 2006/05/15 08:13:44 lukeh Exp $ # # This is the configuration file for the LDAP nameservice # switch library and the LDAP PAM module. # # PADL Software # http://www.padl.com # # Your LDAP server. Must be resolvable without using LDAP. # Multiple hosts may be specified, each separated by a # space. How long nss_ldap takes to failover depends on # whether your LDAP client library supports configurable # network or connect timeouts (see bind_timelimit). host 127.0.0.1 # The distinguished name of the search base. base dc=padl,dc=com # Another way to specify your LDAP server is to provide an # uri with the server name. This allows to use # Unix Domain Sockets to connect to a local LDAP Server. #uri ldap://127.0.0.1/ #uri ldaps://127.0.0.1/ #uri ldapi://%2fvar%2frun%2fldapi_sock/ # Note: %2f encodes the '/' used as directory separator # The LDAP version to use (defaults to 3 # if supported by client library) #ldap_version 3 # The distinguished name to bind to the server with. # Optional: default is to bind anonymously. #binddn cn=proxyuser,dc=padl,dc=com # The credentials to bind with. # Optional: default is no credential. #bindpw secret # The distinguished name to bind to the server with # if the effective user ID is root. Password is # stored in /etc/ldap.secret (mode 600) #rootbinddn cn=manager,dc=padl,dc=com # The port. # Optional: default is 389. #port 389 # The search scope. #scope sub #scope one #scope base # Search timelimit #timelimit 30 # Bind/connect timelimit #bind_timelimit 30 # Reconnect policy: # hard_open: reconnect to DSA with exponential backoff if # opening connection failed # hard_init: reconnect to DSA with exponential backoff if # initializing connection failed # hard: alias for hard_open # soft: return immediately on server failure #bind_policy hard # Connection policy: # persist: DSA connections are kept open (default) # oneshot: DSA connections destroyed after request #nss_connect_policy persist # Idle timelimit; client will close connections # (nss_ldap only) if the server has not been contacted # for the number of seconds specified below. #idle_timelimit 3600 # Use paged rseults #nss_paged_results yes # Pagesize: when paged results enable, used to set the # pagesize to a custom value #pagesize 1000 # Filter to AND with uid=%s #pam_filter objectclass=account # The user ID attribute (defaults to uid) #pam_login_attribute uid # Search the root DSE for the password policy (works # with Netscape Directory Server) #pam_lookup_policy yes # Check the 'host' attribute for access control # Default is no; if set to yes, and user has no # value for the host attribute, and pam_ldap is # configured for account management (authorization) # then the user will not be allowed to login. #pam_check_host_attr yes # Check the 'authorizedService' attribute for access # control # Default is no; if set to yes, and the user has no # value for the authorizedService attribute, and # pam_ldap is configured for account management # (authorization) then the user will not be allowed # to login. #pam_check_service_attr yes # Group to enforce membership of #pam_groupdn cn=PAM,ou=Groups,dc=padl,dc=com # Group member attribute #pam_member_attribute uniquemember # Specify a minium or maximum UID number allowed #pam_min_uid 0 #pam_max_uid 0 # Template login attribute, default template user # (can be overriden by value of former attribute # in user's entry) #pam_login_attribute userPrincipalName #pam_template_login_attribute uid #pam_template_login nobody # HEADS UP: the pam_crypt, pam_nds_passwd, # and pam_ad_passwd options are no # longer supported. # # Do not hash the password at all; presume # the directory server will do it, if # necessary. This is the default. #pam_password clear # Hash password locally; required for University of # Michigan LDAP server, and works with Netscape # Directory Server if you're using the UNIX-Crypt # hash mechanism and not using the NT Synchronization # service. #pam_password crypt # Remove old password first, then update in # cleartext. Necessary for use with Novell # Directory Services (NDS) #pam_password nds # RACF is an alias for the above. For use with # IBM RACF #pam_password racf # Update Active Directory password, by # creating Unicode password and updating # unicodePwd attribute. #pam_password ad # Use the OpenLDAP password change # extended operation to update the password. #pam_password exop # Redirect users to a URL or somesuch on password # changes. #pam_password_prohibit_message Please visit http://internal to change your password. # Use backlinks for answering initgroups() #nss_initgroups backlink # Enable support for RFC2307bis (distinguished names in group # members) #nss_schema rfc2307bis # RFC2307bis naming contexts # Syntax: # nss_base_XXX base?scope?filter # where scope is {base,one,sub} # and filter is a filter to be &'d with the # default filter. # You can omit the suffix eg: # nss_base_passwd ou=People, # to append the default base DN but this # may incur a small performance impact. #nss_base_passwd ou=People,dc=padl,dc=com?one #nss_base_shadow ou=People,dc=padl,dc=com?one #nss_base_group ou=Group,dc=padl,dc=com?one #nss_base_hosts ou=Hosts,dc=padl,dc=com?one #nss_base_services ou=Services,dc=padl,dc=com?one #nss_base_networks ou=Networks,dc=padl,dc=com?one #nss_base_protocols ou=Protocols,dc=padl,dc=com?one #nss_base_rpc ou=Rpc,dc=padl,dc=com?one #nss_base_ethers ou=Ethers,dc=padl,dc=com?one #nss_base_netmasks ou=Networks,dc=padl,dc=com?ne #nss_base_bootparams ou=Ethers,dc=padl,dc=com?one #nss_base_aliases ou=Aliases,dc=padl,dc=com?one #nss_base_netgroup ou=Netgroup,dc=padl,dc=com?one # attribute/objectclass mapping # Syntax: #nss_map_attribute rfc2307attribute mapped_attribute #nss_map_objectclass rfc2307objectclass mapped_objectclass # configure --enable-nds is no longer supported. # NDS mappings #nss_map_attribute uniqueMember member # Services for UNIX 3.5 mappings #nss_map_objectclass posixAccount User #nss_map_objectclass shadowAccount User #nss_map_attribute uid msSFU30Name #nss_map_attribute uniqueMember msSFU30PosixMember #nss_map_attribute userPassword msSFU30Password #nss_map_attribute homeDirectory msSFU30HomeDirectory #nss_map_attribute homeDirectory msSFUHomeDirectory #nss_map_objectclass posixGroup Group #pam_login_attribute msSFU30Name #pam_filter objectclass=User #pam_password ad # configure --enable-mssfu-schema is no longer supported. # Services for UNIX 2.0 mappings #nss_map_objectclass posixAccount User #nss_map_objectclass shadowAccount user #nss_map_attribute uid msSFUName #nss_map_attribute uniqueMember posixMember #nss_map_attribute userPassword msSFUPassword #nss_map_attribute homeDirectory msSFUHomeDirectory #nss_map_attribute shadowLastChange pwdLastSet #nss_map_objectclass posixGroup Group #nss_map_attribute cn msSFUName #pam_login_attribute msSFUName #pam_filter objectclass=User #pam_password ad # RFC 2307 (AD) mappings #nss_map_objectclass posixAccount user #nss_map_objectclass shadowAccount user #nss_map_attribute uid sAMAccountName #nss_map_attribute homeDirectory unixHomeDirectory #nss_map_attribute shadowLastChange pwdLastSet #nss_map_objectclass posixGroup group #nss_map_attribute uniqueMember member #pam_login_attribute sAMAccountName #pam_filter objectclass=User #pam_password ad # configure --enable-authpassword is no longer supported # AuthPassword mappings #nss_map_attribute userPassword authPassword # AIX SecureWay mappings #nss_map_objectclass posixAccount aixAccount #nss_base_passwd ou=aixaccount,?one #nss_map_attribute uid userName #nss_map_attribute gidNumber gid #nss_map_attribute uidNumber uid #nss_map_attribute userPassword passwordChar #nss_map_objectclass posixGroup aixAccessGroup #nss_base_group ou=aixgroup,?one #nss_map_attribute cn groupName #nss_map_attribute uniqueMember member #pam_login_attribute userName #pam_filter objectclass=aixAccount #pam_password clear # For pre-RFC2307bis automount schema #nss_map_objectclass automountMap nisMap #nss_map_attribute automountMapName nisMapName #nss_map_objectclass automount nisObject #nss_map_attribute automountKey cn #nss_map_attribute automountInformation nisMapEntry # Netscape SDK LDAPS #ssl on # Netscape SDK SSL options #sslpath /etc/ssl/certs # OpenLDAP SSL mechanism # start_tls mechanism uses the normal LDAP port, LDAPS typically 636 #ssl start_tls #ssl on # OpenLDAP SSL options # Require and verify server certificate (yes/no) # Default is to use libldap's default behavior, which can be configured in # /etc/openldap/ldap.conf using the TLS_REQCERT setting. The default for # OpenLDAP 2.0 and earlier is "no", for 2.1 and later is "yes". #tls_checkpeer yes # CA certificates for server certificate verification # At least one of these are required if tls_checkpeer is "yes" #tls_cacertfile /etc/ssl/ca.cert #tls_cacertdir /etc/ssl/certs # Seed the PRNG if /dev/urandom is not provided #tls_randfile /var/run/egd-pool # SSL cipher suite # See man ciphers for syntax #tls_ciphers TLSv1 # Client certificate and key # Use these, if your server requires client authentication. #tls_cert #tls_key # Disable SASL security layers. This is needed for AD. #sasl_secprops maxssf=0 # Override the default Kerberos ticket cache location. #krb5_ccname FILE:/etc/.ldapcache 07070101954111000041ed0000225f0000045c000000044836ba8600000000000001200000000800000000000000000000000a00000000reloc/usr07070101954112000041ed0000225f0000045c000000024836ba8600000000000001200000000800000000000000000000000e00000000reloc/usr/lib07070101954113000081ed0000225f0000045c000000014836b94f0003597c000001200000000800000000000000000000001c00000000reloc/usr/lib/nss_ldap.so.1ELF4T4 (v(({ !$'(,-/0123789:;<=?ABCDEFGHIKMNPRSTUWY[\^`adefgijknopqsuwxz  "#%&)*+.456>@JLOQVXZ]_bchlmrtvy ")/;EJd< _ft z(j 'O )1=IPW_o|T O )3;KV[O r}x O O )<NU[cD },O Ԑ O  (07TfnL # #O  R   [ +8 KU E qyCO  tc !1J_fxstrncmpber_freeinet_addrhtonsmemsetsleepldap_unbinddn_expandatoi__ns_ldap_freeResultgetpid__ns_ldap_freeEntry_DYNAMICatolldap_resultldap_msgfreeldap_simple_bindldap_next_attribute_edataldap_search_st_endldap_set_optionmemcpysnprintfldap_get_option_nss_ldap_shadow_constr__ctypesigemptysetstrncasecmpsyslogfileno__div64ldap_next_entryinet_networkldap_control_freemutex_lockfgetsldapssl_client_initldap_explode_dnmutex_init__ns_ldap_err2strldap_first_attributemutex_destroynss_ldap.so.1_nss_ldap_passwd_constrldap_initreallocldap_get_valuesether_atontime_nss_ldap_group_constrres_searchsigactionthr_keycreatentohsldap_search_extldap_parse_page_controlldap_first_entryatoll_nss_ldap_networks_constr_nss_ldap_rpc_constrstrcmpldapssl_install_routinesldap_controls_freeldap_result2errorstrdupfopengeteuid_PROCEDURE_LINKAGE_TABLE_thr_getspecific_nss_ldap_services_constr__ns_ldap_getMappedAttributes_nss_ldap_hosts_constrres_initether_ntoa_xstatinet_makeaddrstrlencalloc__assertldap_get_dnstrrchrmallocldap_sasl_interactive_bind_sldap_count_valuesstrncpy__ns_ldap_getParam__ns_ldap_nextEntry_nss_ldap_protocols_constrldap_memfreestrtok_rmemcmp__ns_ldap_getMappedObjectClassfclose__ns_ldap_firstEntry__ns_ldap_list__ns_ldap_freeErrormutex_unlock__ns_ldap_endEntryinet_ntoa_nss_ldap_bootparams_constr_fxstat_nss_ldap_ethers_constrldap_abandonldap_err2stringstrcasecmp__res_stateldap_value_free_nss_ldap_netgroup_constrstrchrldap_explode_rdnber_bvfree_etextstrtoulthr_setspecificldap_create_page_controlldap_set_rebind_procstrcpyldap_parse_result___errno_GLOBAL_OFFSET_TABLE_nss_ldap.solibsocket.so.1SUNW_0.7libnsl.so.1libresolv.so.2SUNW_2.1SUNWprivate_2.1libsldap.so.1libdl.so.1 (=  (= "= qN    $(048<DLPX`dhlptx$$b, X\`dhl X\`dhl  $(hlDB $5 $(i,0x498@<h@2DqHLbP TPX\&`dohl p.tvx?|TASN/u8#y!:0Q*UV>mj; Zw[skR@HdT"\M|1K\'pCf%^L(+F6Ot4 7lJ   hhhhh h($h0(h8p,h@`0hHP4hP@8hX0<h` @hhDhpHhxLhPhThXh\h`hdhhhplh`phPth@xh0|h hhhhhhhh h(h0h8ph@`hHPhP@hX0h` hhhphxhhhhhhhhph`hPh@h0h hhhLhTh`hhhh h(h0h8ph@`hHPhP@hX0h` hhhphxhhhh hhhhph` hP$h@(h0,h UÐUSVW [ú}t*E t PEt P3u} u>0t. P0tL P<0t P0t PyE3 _^[ÐUSVW\[ PExj juV,E EP&E 4PdP PVj   PdExLPOGt PG E4 P ,0tEEEE3EGEGEEEGt PLG uujw 6= EtuGEPj16.tE4 u% Puj'Edu 3Ee3EGjEPjjjEPw6 t_u6Et%ujP6uE:E0w 6uo PujqEGG EEs}u FP P?}uw 6IG G3t PMww3GG$t3tI P,,t P7G P Py (Pe Ep3MA P: ujPj  dPiP uP3\_^[US[Ô hPE@ HP3[ÐUS$[Hj EjPE EPE 4P2dP MPQj   P$[ÐUS[ð P ujPj ; dPP[ÐUiÐUSV[6 PP,,t PF P^[ÐUSVW,[ hP$$VtZ P,,t PG PG09;tkt u^ P(,,t PV@ P,x 8t@t9 ^htPPxuhLPXP@  P_AI ;}a (P Pt P)@ Px  P3 Py,8u=8thPP P)[DžPj00A@ tP,ǃ,ǃ4ǃ8>uRDžWPV0uWP6aT> P u.ujǃx0~h. PP9@04u*h/PP @04jPVj:Vtj:@PjPVt j:Vtj+=r PƄ FVot3Q[wt@t@ 3uu&x@ XP3E |P1PP PƁ,_^[ÐwiiwwiiiiiiiiiiippppppiiiiiiiiiipppppiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiipiiiiUSVWL[ LP(,>uhPPp~uhPPL~ uhLPXP(~  ~ 6Pj83P6p Pj6 Pj6 Pj6iEăEPhO6 Pj6 Pj 6nu. 6rjj 6?E}Eu E EEE <PHEEE}tx$8t8PhauEЅt PEЉE_uPjjjPuu EE/uuuE|Z EPEPjuu7 EЅuuu PUEEPj1utE4 0PEЉE~Eu E EEEE <PEEE}tx$8t8PhauEȅt PrEȉEuPjjjPuub EEuuuSE|W EPEPjuu Eȅuuu PE7EPj1uqtE4 0PEȉE} uFPF04Pj>}[w(IM(I 3 P$t PbF P pPq FPF  H3PB Pt PF Pj PX P<t PzF P  P Pt PF P P( P3 PkǃL_^[à $PO juuE $P% juuUEUSV[[ <PuE E3E}tr$8t5PhauEt P'EuPjjjPuu Euuu|L EMPQjVuo EguVu P4EPj1u8tE4 0P[E^[à $P? juuoՐUSVW\[j juVcE EP]E 4PdPE PVj C  P}P7,Ft P Ft P~ E4 P6,0tEEEE3EFEFEEEFt PxF uujv 7i EtuGEPj17ZtE4 uQ PujSEdu 3Ee3EFjEPjjjEPv7 t_u6Et%ujP7u E:E0v 7u PujEFF EEs}u GP Pk}u'v 7u jt573FFN FFN pP  P3 P ujPj V dPPƃ\_^[USVW<[Z PtE0,Ft PFt P~ E4 P,0tEEEE3EԍFEFEčEȍE̋Ft P`F uujv 7Q E؃tuGEPj17BtE4 u9 Puj;Edu 3Ee3EFjEPjjjEPv7 t_u6E܅t%ujP7uE:E0v 7u PujEFF EЋE؃s}u GP PS}u*v 7] j~t8E03FFN FFN pP P3ƃ<_^[ÐUSVW<[Î LPE@t P*E@u~ E4 PZ,0tEEEE3EԍFEFEčEȍE̋Ft PF uujv 7 E؃tuGEPj17~tE4 uu PujwEdu 3Ee3EFjEPjjjEPv79 t_u6E܅t%ujP7)u.E:E0v 7u PujEFF EЋE؃s}u GP P}uEp 7E@ E@3t PEpEpE3MAE@$t3tI P,,t P.7G P P (P<_^[ÐUSVW[O$uh^P PDž P{@DžDžPPjW53t utEt!hQP4to!ƅ*ƅE tjQP3tE;txtEEv ~~vu khWv WEpu 蘶 #hPvuShVEpP. VPu * hWvWu vFE whfPP轴(t|&AhQPFPhP!P@9rKWPNlj)\r)@3PE0~MUFE8E whfPP-(t|&GhQPPhP藳Px@9rEPW)^r )G3~ v vv u_PE0ȲMt' v vv t ZREx :|8)u D8E0tk Ep| WMt+ MqQWPݱV蔯: V膯 EpPuu蘱 EtM FEM E8txu0tW,Np,FE uuu uWЃ MAt~E@u>E8txu0tW,Ωp,Ʃt-E uuu uWЃ E@3t}tuZ" Pgƃ _^[ÐUSVWL[yEEE EEE P",0E0uh XPdPlE4(EEEEEčEȍE̍EЍEԍEEE49M}}~Ouj,=}t09E}e ,E܃uuju F0E賹uB~ujuujuЃ [wTT 3EEt;N0<uh uuN0AF0E|uF0F0;ER uKt P艥F uE$tE@E;EE3u}}tc\0ux }t/}tp t QuPPj~ PPjg 4P襤wu! j41 PpPj/QuLu  }u  j4PWV8Pj  X PǃL_^[Ð###USV[2t,8u8>uhb PP謢u u6)3^[ÐUSV[s,8u5>uhr PPLu6ܣ3^[ÐUSV[vs,8u5>uh \PhPu6P3^[ÐUSV[s,8u5>uh 4P@P蔡u63^[ÐUSV[þr,8u8>uh PP8u u6բ3^[ÐUSV[^r,8u8>uh PPؠu u6腢3^[ÐUSVWl$[q3 P W 0M;tIt EMDžDž4tr 0迠 |,u6 0PhW芠 @t00uE Pϣ3; 9txt v Avh輟jhPv Pvhm hPvJhPv&z PPh hPv'Ph譞[F(t|&A ɉhPQ<PhPP@9rKWPBlj)Zr)@3,DžPgYF>whfPP!(t|&AhQPPhP胜Pd@9rKWP谛lj)Zr)@3x: hv vv ueDžP蠛R v vv\ tx |8)u D8tr pך| W跚t. qQWP誚VaC VS pPhP\ to[}9t@@t3 PPhV  PG P83Eu EE P,00uh XPdP84(DžDž/Dž49}~gjԖRt09}ѥ ,j莖蠘F0CuV~Ѓ [w̚̚ 3tDN0<uh qN0AF0|uF0F0;, 貚t PF 肚$t @;23tl\0ux t5tp t QPPjÔ PPj謔 4Pzu! j4v PpPjtTuOu  u  j4'PWV8Pj#  X P,t PFDžtLx t@tu7E0,ȕu@ < P襘 P葘ǁl$_^[Ð<KK/!!//!!!!!!!!!!!((((((!!!!!!!!!!(((((!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!(!!!!USVW\$[ócDž PÖM襝k 00Et@t EE}.U u848u5M 3Džz M 94 7R|,u> PhP! Gt0 I EE PR39XGtt vph3hPp  Pphؐ YhPpKhPp! PPhU hPp,Ph@(t|&A ɉhPQPhPhPI@9rKVP蕎Ɖ)Zr)@3DžHP躎_H0whfPPn(t|&AhQPPhPЍP豍@9rKVPƉ)Zr)@3rD hp pp DžuoPt/ p pp蛲 t G|0)u D0tv wt Vt- wQVP蚉H 臉 wPhP萋 tfRst:Gt3 PPhV&  P脎 Pu3>Eu EE P.,00uh XPdPu4(DžDž/Dž49}~gjRt09}ѥ ,jˇ݉G0耛uV@Ѓ [w00 3tDO0<uh 讇O0AG0|uG0G0;, t P-G 迋$t @;23tl\0ux t5tp t QPPj PPj 4P'zu! j4賅 PpPj豅TuOu  u  j4dPWV8Pj`  X Pit P胄 h PA P-Ɓ\$_^[Ð?:ahUSVW<$[OU3ɉ  00U3;tJt E}Dž}Njtd 6R|,u> PhP! Nj}E Pq3;t~t v :whfhPwC} Pwh @hPw0hPw PPh覂 hPwPh_G(t|&ADžhQPPhPʁP諁@9rVPȉ)Mr)@3DžAP pGwhfPP(t|&AhQPFPhP!P@9rVPEȉ)Mr)@3a hw wwN DžucP/t' w ww t ~ ~|8)u D8tr vi~| WI~t- vQWPB~{D { vPhP} tVBgt4Ft- PPhV}  P P3 Pju,0H,P} tt PziuujjPjVG7 }$ }t PezM39}<$_^[ w*11USVW<[þLj j}W7zE EP1zE 4PdVz EPWj z  Plu$ju uuuuu ujT$ P7 ujuj y VpzPǃ<_^[USVW [óK P P~E ty } PgE$E ,HM M M( dX  $p( , 0 4 88t ~)Dž4 lvtDž3FFFt PpF jv 0p tuVPj10pt Dž4 p Ppj~pdu3e3FjPjjjPv07p t_u?t.jP0ppA:v 0 po PtjoFF sju To x{tE, uuuVvЃ Ft >t~u vnFj~\>t ~MDž4 Ps,0tDž3FFFt PnF jv 0m tuVPj10mt Dž4 m Pjmdu3e3FjPjjjPv0ym t_u?t.jP0]m_mA:v 0Kml PjlFF sju Pl PquHE, uuuVvЃ 3F>t~u vlFRtu+n"| | -q@tw8trPPjj] uj A |h0蕽 u4xt&@ ' lp> PXp* `Ep 8 P1pǁ _^[USVW$[k;j jVhDž PhDž 4PIndPh PVj h  Pn PnDž3EETE X Pmt 0\`tI;t\DžXXDždDžhlX4ddtr d0lid \|,u6 0\PhW7i \d@t`00h TPl39 9dtdxt v 'pVhdhqhPp; PpVhh hPpvhPpL PPVhg hPpgPVhFgS@(t|&A ɉhPQPVhPfPf@9rKWPelj)_r)@3#DžPeZH8whfPPd(t|&AhQP<PVhPePd@9rKWPGdlj)_r)@3w hp ppR uUVBdG Vp pp tddx c|8)u D8tr dpxc| WXct. dqQWPKcVaC V` dpPhPb tl^lJg9dt5d@t( PVPhVb llV P f Pe3p Pe,00uh XPdP&a4(DžDž|,xpDž49}~gj_Rt09}ѥ ,j|_aF0t1suS~Qjhl`\Ѓ [w 3|tDN0<uh xb_N0AF0|uF0F0;t/ ct P^F psc$t @;53|tl\0ux t5tp t QPPj] PPj] 4P]zu! j4g] PpPje]TuOu  u  j4]PWV8Pj]  X Pbt P7\DždtMdx tAtu8,^ud@ dX Pa Pa3DžE@u$uuuu VhV] Pa ujPj [ dPF\P` P`d P` ujPj "[ dP[Pq` P_`ǁĬ$_^[Ð4>`H~~ USVW,[Â+EEEEEЋ8E t,u uP~[uԅt V[E3E؃}rM3ɋE@E;vG+ȍAE܋UE؍DE+}}+}ȉ}}&}u] Pt P9G P{> :<  8 P9> ujPj 8 dPh9P= P= P=ƁĬ$_^[Ð^PP^^PPPPPPPPPPPWWWWWWPPPPPPPPPPWWWWWPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPWPPPPUSV[utq}t'=@u]EF PZ8FuD=@u6F tF P/8FFFuY3^[ÐUSVW [^ P3v;u},ZBu0 ` PD; @ P0;ǃ _^[ÐUS[$t#E3[ÐUSVW [ê$t>t0t&}WP8t u 333 _^[ÐUSV[C,,tQEPj1Q 5u@E tPj264u%EtPj364u E4^[USVW,[þ}4Puu5}s EG0Pu7EE4 PjMUQROQPu 4PjMMUQRWPu u؉uE PjM̍UQRMQPug EЀ8t P6aGuE PjM̍UQMRQPu fEԀ8t P#6aG Pjaw MUQRVPu t8GPj'MUQRVPu PjO UuRVQPuK t}rEGEMPjO UuRVQPu t}rEG EMPjfMUQROQPu tGG}rEGEM3,_^[ÐUS$[M y}A$KE3E܉EEAE܍4PjA$Pqq1EP uM Q $[ÐUS$[lM y}A$RE3E܉EEAEE4PjA$Pqq1EP uM Q $[ÐUS[ EPNt3[US[ðP; EpT;3[ÐUS[xU B}B$44QjJ$QPr2EPh uM Q [ÐUS[u u6[ÐUSV[ j Y1t#F V:t33^[UÐUSVW[ËEPjEE3EE(8~  EEE E uUWu,6tDžPDž|WVDžPDž|39EnDžx3MXEEPEPˍTDžP,0`(d$\ hEt3ETX0u3|Džx+ T/| Xs/9|s|Džx T0-pEP`p0lDž|Džx]p9ltjdl.u!YXl/EPhj"0luDž|Džxlxj-P-tf@|j jx/\|+/Džxtj j|/x3|P p+|DžxP p+|Džx( pW+|Džx|uETt脉Pt$P8uK PJ.3P T.utT  TO.EtjPz.PDžtt P-tPj(Pu贈|t |U-tE\t E`;+ȁ`E pUl:uEp`3QP+pl9u)MQuP+ElE E\tP<P8-E tE$pE(dEXPhE,l3Ej#h0,tEPEPptEMPh0U t {}uEpd u蛇ldptX`MQ\MQPD0d ^ u(hh8 ||E$tE p|l Q)@ht9pMUphht)EU@EQl0R(lluxx@PPEj PY) PEj PD)u))t EP)EP)Ƌtt E$t90sDM pEEPEPuPV1( pΉt)03VPt P)3P|t |~)3|Et P&EEPEPWpub uEt-A:3l DžPDž|Pt P(|t |(Et P%t W(EM EMƁĬ_^[ÐUSVW<[çuDžPjMQMQQPu b8tj jPr(aFPjPMQMQVPuV  PjMQMQNQPu  j3DžPPEPEPPPPPPu0@MrA3;suE+GE++ωMF E‰E)UPv $F 3t " P豅`t " P胅2PjE jMQMQ VjPum ǁ<_^[ÐUSVW[PjPuwj jP%W4%u t$8"tcE|P3~3ɋ|94t?@;||;PtB|AE@43` W$ j:Ex  uE@u3E~Wv~PjE3EEE}E EPCt] PEPjPEPjjVEPEPs0uWV' uyEuj EH W#,Pj Pu~|E@EhEx3|9<3tF|<u P!lpmƅw33| x4hpuxll|Lxthp裂uxll;ti;sk| x4hpMuxllG;r! j lpL3l0p8Pj7EPj Euu؉u܋pEE uVa@ PEPjhPEPjjhVEPˤ0uDpt8hxpQxZu u puBu~< pk$ pS EH |y  ƁČ_^[ÐUSVW\[Ú3EEEEEEu EPPu3ẺE(( u j5Eԅd j3tWEPjPjMPQ| u. uP{t Pz u}EDPjEE EP> MPQjEVPjEjMPEQPq$W* DPj7EE EP=0 MPQjEVPjEjMPEQP0$EEE\PjE؃PPjEE EP< MPQjEVPjEjMPEQPe0 EPl}uq?ub>&v% PB}ty"l PS P%5 XP% P%ƃ\_^[ÐUS$[LM y}A$G3E؉E܉EEAE܍HPj(A$Pqq1EPw uM Q $[ÐUS$[M y}A$N3E؉E܉EEAEEHPj,A$Pqq1EP uM Q $[ÐUS[L EP>7t3[US[# Ep^=6$3[ÐUS[U B=}B$4HQj0J$QPr2EPɝ uM Q [US[tu u[ÐUSV[N j t# F V|"t33^[UÐUSVW\[ `PPPj PuuE u&IMEMt8E(E}EEEG E4EEuhuuP7uG3EE3ɉMăP7u3E؉EEEẼ EPR8t^GPjj uujjWEPEPƜ0EO u:u wuuR. uBE u*E}tEHE uHPEE\_^[ÐUS[p Ep: 3[ÐU3ÐUSVW[Ë+ EEE <@@D PHEpuhPP<@3ɉH HHEH8LPT<X\`dhTlptx|E]~u~tGFu!hhPxPF PrpWFt Prp PE@@t PE@@EHMH0E E1Ep fvt u0u3ẺE؉EEE@ẼPTHE@Pjjj XEPs `t utkE@0usu_ utE@pPqpuD E@pE@@EH u.tW\h>puh d`hj\PpoEEtFEPHrEEuՃ uljPpsoE/Fu uF_M| FtDž'LT t7@LT u(tkt9LL u& (tKt@tLL t;tt3ɉMEE@E,t@t ,u Ej@,t@t ,u EC@E)t@t )u E+EE@;Dv EPu@EP+}EGLDt=E@ELDuEttALDu/ Ett E@EtLDtEtu3tE+E@@LLt6GLT u鉽xt:LL u' xtGtLL tx u3ɉxM@LLt6@LLu鉅|t:LLu' |t@tLL t|8u3|3EEE}ud}t! uN3EXtvh.PPK ~vh/PP' ~vh0PP >u3EFE~u3EFE~u3EF E~GhE EE38MEEFMEE3}}ĉ}uu3E؉EܸEȋEEЋEE̋EEԃ EP -;Pjj jEPjjEPEPEP}$u/u uWuwEEF tEE@E;F!61 u3; u}t " tPl_^[USVW<[Ê XPlE E3ɉHM̉M؉M܉MȋẼ j UdFFE3FN MF F Vo u'Fu!h`PpPz Fxth4PDPS GFPjjj <PEPsi u!E0uajuEĉpjVa P'XjV?P4 V] P <Pǃ<_^[US[ü E PjEPju u[ÐUSV[v j t7dF3F F Vt V33^[USV[uPj MUQRVPuS9 uqPjMUQMRQPuK uA um FPj貶 MjUQRNQ6Puڭ ^[US$[TM y}A$KE3E܉EEAE܍%Pj@A$Pqq1EP~ uM Q $[ÐUS$[M y}A$RE3E܉EEAEE%PjDA$Pqq1EP uM Q $[ÐUS[T EPF$t3[US[ Epf*>3[ÐUS[U B}B$4%QjHJ$QPr2EPԊ uM Q [ÐUS[|u u [ÐUSV[V j t#F Vt33^[USVWl[}uME3Dž0ƅPjͳQQVPW$ Pj蘳 jQQNQ6PW輪 Pj\ QQQQjPWx O<rJ3ɍ;Gȃ++׉Fȉ)FF 3Dž 48;F rejP@;x3 l_^[ÐUSV [Ó3u؉u܉uuM AE܍(PjPA$Pqq1EP՘ uM Q uM q(1u M A( tu M A( M A( ^[ÐUSVW<[} wwEP3uȉủu؉u܃ u&Ẻuȍ(PjXG$PwwE7P uM Q uM q(1u M A( tu M A( M A(<_^[ÐUS[( EPt3[US[ Ep:% 3[ÐUS[ø(Pj\E H$Qpp0EP軅 uM Q u M A(1u M A( tu M A( M A([ÐUS[$u u/[ÐUSV[ j mt# F V, t33^[USV[ëuFPj赮MUQRVPu uqPj舮MUQMRQPu uA uF PjG MjUQRNQ6Puo ^[ÐUSV [3u؉u܉uuM AE܍H.PjdA$Pqq1EP) uM Q uM q(1u M A( tu M A( M A( ^[ÐUSVW<[?3jE pQlPQPmM A$H.RjlPqq1P ;=} l>.u>~u8H.Pjww7P輓 u}3ɉO ;u G((u G(tu G(G(y3ɉO ;u G(gu G(Ytu G(FG(=M Q u A((u A(tu A(A(<_^[ÐUS[\ EPNt3[US[$ Epn F3[ÐUS[H.PjpE H$Qpp0EP uM Q [ÐUS[Øu u[ÐUSV[r j t#dF Vt33^[USV[u8Pj0MUQRVPuc, uq$PjMUQMRQPu[ uA uF Pj© MjUQRNQ6Pu ^[US$[dM y}A$KE3E܉EEAE܍2PjtA$Pqq1EP莐 uM Q $[ÐUS$[M y}A$RE3E܉EEAEE2PjxA$Pqq1EP uM Q $[ÐUS[d EPVt3[US[, EpvN3[ÐUS[U B}B$42Qj|J$QPr2EP} uM Q [ÐUS[Ìu u[ÐUSV[f j t#F Vt33^[USV[uEPjMUQRNQPu豣 4XPjGPVLPh8Pj,Pj(Pj؛ \QPWVDPh((Pj裛Pj謝Pj} XQPWVPh,PjHPjQPVPh0PjPjPjE|Pj˚PQPTPuWVPh(\Pj茚PPj蕜@Pjf LQPWVhPh Pj1Pj:Pj EPjEPjE܃Pjƙ DQPuuHPuWVPh$(Pj聙Pj芛Pj[ @QPWVPh Pj&xPj/tPj <QPWVPhPPTPj˘LPjԚNF3F F jGF VHu3}ȉE؉E܉EȋEE̋XXPEPj VEPjjuEPWZ0tӋEt PuEx t@EM 3L EP6 v`VW VD<_^[UÐUSVWL[ö HP3M V7EE P9~uWu6t vuxNv E90vOEU VQPE 0EL1M+H Pp3, PW P; V(Pj諁E؃Pj蔁E܃Pj}EEEPEPu +n u0VPjEPWS Pjuuu PW`z EEE E EPGu5 jt3ɉ3҉PHP @3aEEȃ PE̋EEЃ PEԋ?EȅuhPP}uhPP?Gt HuuhPPQthPLP- jEt3MAAA A3E}u :}3 uMuuPM̋EHE EԉEPmMAt.uuPEMHEGEt PEE@x@t PG uTt PEE@x@t PG uf P7 ut'EEM $P3 u} PƃL_^[ÐUSVWl[~ u,EE MMMMMMPPj@3EPEPEjuE3jE0EEty}uMQPt u3REE P7E98w u@u5XE0WuV u  ut>EL9GE)8E03 uu}u u*tf 7E90w6EEV7PXE0MT2FM)1M3 WMƃl_^[ÐUSVW[z}  t tF t uF t uF t tj:u EE} PWPWPWiPWjGtPWO%hPW4\PWPWTPWHPWtV$uhǀDžP VuhǀDžPw V躴uhǀDžPB V腴DžP hǀ PF P&V t,VtVuhǀDžPh V諳DžPD hǀ/ PluhVVtV@uV#hDžP  PuhVҲtV輲uV蟲hDžP' $Pd (PD} ,P$9 0P4PVʱt V贱uhǀ$DžP< Vuhǀ$DžP VJDžPhǀ$8P hP\PjɠuE;3 3Đ^[USV[>n j譝tjjVw}33^[US[m uV[US[m u"[ÐUS[ìmEPHEtCME@t PqE MAE@t PREMA[US[4m3ɍEMPH薟Et"Mt@E tMIER[ÐUS[lĜM[ÐUS[ìl蠜[US4[Ìlj$EjPEȍE̋EЋEԍHE؍$E܍EHEEEPjuҚt5HPj j胞PH脞34[USVW [úku~ t v vt:t PFt Pјv W˜uƃ u谘 _^[ÐUSVW[3k3ɍ;t*} PW͛t u Fd d hSD hPdjEPp DžHVE`;|PWD&D WPdj` DžH묅DžH j蟙HjjP虗H@ j DPD H@P虜DƉdDž\ hhPWdDb `;dHx uF hPŖHA `R ‰A`BR ‰A\ H@Pś9\@ Hx t Hp !Hxt:t PGt P Vޕuƃ Hɕ3HHx t Hp 蜕Hxt:t P{Gt Ph VYuƃ HD3HHHd @P舚\D`;HDžX hhPW`DK G P;`[O \GO LGO GO ‰TGw |7 ;`jjtd hP:d\PLPTP p\!w\ Vd AVPdp8#P;`Y FV菕dBPR@PpxPd IP;`/ hhQP`Dr  hPPdBPr Ƌ1vBr Ƌ1vFBR ‹RBhP@ PP;` hhQP`D襗 T hP;PdBPR ‹RhP@PpN hhPP`D  hP蛑d AddX H@P賖9X;`9r H3H` H3HB H3H$ H3H Hr3H HT3H H63H H3HHx t Hp Hxt:t PGt Pߏ VЏuƃ H軏3H d D蔏Hļ_^[÷%%XUSVW<[Êa3E uEEEEċ0E 0EPPu\EEȍE̍EЍEԃ W蕐E؃E܋M9rz}t3EuVFuVّFWPɑM؍tUċE܉Uȋ+EPuu觑l u͍t u豍3<_^[ÐUSVWL[+`@uE<u$`PPhVzPVwpEE }~!u^NA=|tP QRhPˎ WPcuvu +3M39ȑ`}M M P1;T0PP荏 WÍ9t 3VFVWVގ+P詎@ ̊/t 譊3 L_^[UÐUSVW []ut\ VPV艍t3ujPVۏt V u P9tB jt+ Wt F V跉333ƃ _^[USVW [2\ut\ V;PV詌t3ujPVt V u P:tB j$t+ Wt F V׈333ƃ _^[USV[V[ut:t0At P蒈@ Q{3^[ÐUSV[ZE0t9t P;3uE0 VE3^[ÐUSV[ÞZEuVTPSuO jt1 P҇t F V藇33E 03j4P^[ÐUSVW[YEEtVEt P1E@t73ɋU9Jv!33 48 FMA;qr P3_^[ÐUSVW[rYEEEP3M9EEE؋EtVEt PwE@t73ɋU9Jv!33 48QFMA;qr P6EE@E܋MQ;r R uE3_^[ÐUSVW,[ÂXEEE@EЅEЋHMԅEЋP3M9EEE؋EtVEt P]E@t73ɋU9Jv!33 487FMA;qr PEE@E܋MЋQ;r R uEԉEЅ* uф3M 3,_^[USV[JW3u j 貆t3ɉHH3^[ÐUSVW,[W3E j l30ppEMA %;tEuq04 PME8Ypuu =E@ %;Pu;EEEẼ }W謆Eԃj@P躈E;tl39uԋ~}uh P0PlEx4uhPPclEE3ɉH P39 t @< uj@Ppu̅3ɋE؋@3;UtXM3MԃPEp0duhuukEЋE؋@8u3MЋỦE؉P 3EE3E؃}EE3u܃ pLlE;EtE3EEEEEH!t&t(t)t |EE EPkEEE;ErB}t EEEЃuukt E܋EЉE E.E܉EЃu؍MQEPjEЋMM3E؃}ZdMHYE@M؃t }~uEp0Eԃ PjEЋ};}r/}teEăuujE܋E܉ẼuuEPiE8}E؈EE EP_jEljE;ErB}t EEEԃuuIjt E܋EԉE E-E܉Eԃu؍MQPeiEԋMM3Eؿ}.EHt ~EE EPiEEE;Er/}teEăuu{iE܋E܉EЃu؍MQEPhEЋMM9Mȿ,#E@Mԅt}!t}&t})t }|uui uhEEE;Er7}t}WuhtE܉} E)}܃uuȋEPgEE3E؃}uȋEp0E؃ PhEEE;Er7}t}WuhtE܉} E)}܃uu؋EP%gEE3E؃}Wuuhu E@0 EԈEE EPdgEEE;Er7}t}WuUgtE܉} E*}܃u؍EPEPtfEE3E3}F;uE܅ PdE܅t P{dEE܅tx P^djE܅t PIdEME܅tF P,d8E܅t1 Pd#E܅t PdE܋MA3E؃}Ex0 x8thPPeEu#hPPdEE8PQt6u3E+u Etu EE؋E؃L_^[USVW<[5u~83ẺE؉EE~0 uRuh?PP.d wh@dPtP dGOE܋Fu!hE4PDPcFF$N4MčV,U0uv v0PRjjVEQP)0ȃuL~0 uFGW J;s;@GF$0v v0vujjVučEP0ȃtUB$}-u3"ut uB$<_^[USVW<[J43ɉM؋E E$E(E;u$u P,PlEEԋu EEЋ}EEȋE,EčE؅t}th@PPPqbim jDjEfẺE 39E u`MEE}t P`E@t P`E@t PcE@4t PiEp4W`E@t PA`E@ t P+` E8PyE ldc_uris[__session.ls_current_uri] != NULLnss_ldap: reconnecting to LDAP server...nss_ldap: reconnecting to LDAP server (sleeping %d seconds)...ldap-nss.c__session.ls_config != NULLnss_ldap: could not get LDAP result - %snss_ldap: could not get LDAP result - %s(&%s(%s))ldap-nss.cbuflen > sizeof ("(|)"))),,(,,(,,(,,(,,(,,(,,(,,(nisNetgroupnisNetgroupnisNetgroupnisNetgroupnisNetgroupnisNetgroup=objectClassobjectClassobjectClassobjectClassobjectClassobjectClassnisNetgroupTripleGSSAPInss_ldap: failed to bind to LDAP server %s: %sldap-nss.c__session.ls_state != LS_UNINITIALIZEDldap-nss.c__session.ls_config != NULLldap-nss.c__session.ls_conn != NULLldap-nss.ccfg->ldc_uris[__session.ls_current_uri] != NULLldap-nss.c__session.ls_current_uri <= NSS_LDAP_CONFIG_URI_MAXldap-nss.c__session.ls_config != NULLldap-nss.c__session.ls_conn != NULLldaps://ldap-nss.c__session.ls_conn == NULLuiddescriptionloginShellhomeDirectorycngecosgidNumberuidNumberuserPasswordxshadowAccountgidNumbermemberOfgidNumber(distinguishedName=%s)memberOfgidNumbergidNumbermemberOfgidNumbermemberUiduserPasswordcngidNumbermemberUiduniqueMember%s;range=%s-%s*%u%u;*range=;ldap-netgrp.cngbe->state->ec_res == NULLldap-netgrp.cngbe->state != NULLldap-netgrp.cargs->arg[NSS_NETGR_DOMAIN].argc <= 1ldap-netgrp.cargs->arg[NSS_NETGR_USER].argc <= 1ldap-netgrp.cargs->arg[NSS_NETGR_MACHINE].argc <= 1ldap-netgrp.cvalues[count] != NULLcnnisNetgroupTripleldap-netgrp.cctx->ec_res != NULLmemberNisNetgroupldap-netgrp.ce != NULLldap-netgrp.cctx != NULLcnoncRpcNumbercnipHostNumbercncnipNetworkNumbercncncnipProtocolNumbercnuidshadowFlagshadowExpireshadowInactiveshadowWarningshadowMinshadowMaxshadowLastChangeuserPasswordipServicePortcncnipServiceProtocolipServiceProtocoluiduiduiduiduid(%s=%s)(%s=%s)(%s=%s)(%s=%s)(%s=%s)(%s=%s)(%s=%s)(%s=%s)(%s=%s)(%s=%s)ipNetmaskNumberipNetworkNumberipNetworkNumberdescriptionautomountInformationautomountKeymemberNisNetgroupnisNetgroupTriplecnrfc822MailMembercnbootParametercnmacAddresscnoncRpcNumbercnipProtocolNumbercncnipServiceProtocolipServicePortcnipHostNumbercngidNumberuniqueMembermemberUiduserPasswordcnshadowFlagshadowExpireshadowInactiveshadowWarningshadowMinshadowMaxshadowLastChangeuserPasswordobjectClassdescriptiongecosloginShellhomeDirectorycngidNumberuidNumberuserPasswordautomountKeyautomountobjectClass(&(%s=%s)(%s=%s))automountobjectClassautomountMapNameautomountMapobjectClass(&(%s=%s)(%s=%s))memberNisNetgroupnisNetgroupobjectClass(&(%s=%s)(%s=%s))cnnisNetgroupobjectClass(&(%s=%s)(%s=%s))shadowAccountobjectClassshadowAccountobjectClass(&(%s=%s)(%s=%s))ipServiceobjectClassipServiceProtocolipServicePortipServiceobjectClass(&(%s=%s)(%s=%s)(%s=%s))ipServicePortipServiceobjectClass(&(%s=%s)(%s=%s))ipServiceProtocolcnipServiceobjectClass(&(%s=%s)(%s=%s)(%s=%s))cnipServiceobjectClass(&(%s=%s)(%s=%s))oncRpcobjectClassoncRpcNumberoncRpcobjectClass(&(%s=%s)(%s=%s))cnoncRpcobjectClass(&(%s=%s)(%s=%s))posixAccountobjectClassuidNumberposixAccountobjectClass(&(%s=%s)(%s=%s))posixAccountobjectClass(&(%s=%s)(%s=%s))ipProtocolobjectClassipProtocolNumberipProtocolobjectClass(&(%s=%s)(%s=%s))cnipProtocolobjectClass(&(%s=%s)(%s=%s))ipNetworkobjectClassipNetworkobjectClass(&(%s=%s)(%s=%s))cnipNetworkobjectClass(&(%s=%s)(%s=%s))ipHostobjectClassipHostNumberipHostobjectClass(&(%s=%s)(%s=%s))cnipHostobjectClass(&(%s=%s)(%s=%s))memberUidposixGroupobjectClass(&(%s=%s)(%s=%s))posixAccountobjectClassmemberUidposixGroupobjectClass(|(&(%s=%s)(%s=%s))(&(%s=%s)(%s=%s)))uniqueMemberposixGroupobjectClass(&(%s=%s)(%s=%s))uniqueMembermemberUidposixGroupobjectClass(&(%s=%s)(|(%s=%s)(%s=%s)))posixGroupobjectClass(&(%s=%s))gidNumberposixGroupobjectClass(&(%s=%s)(%s=%s))cnposixGroupobjectClass(&(%s=%s)(%s=%s))ieee802DeviceobjectClassmacAddressieee802DeviceobjectClass(&(%s=%s)(%s=%s))cnieee802DeviceobjectClass(&(%s=%s)(%s=%s))cnbootableDeviceobjectClass(&(%s=%s)(%s=%s))nisMailAliasobjectClasscnnisMailAliasobjectClass(&(%s=%s)(%s=%s))macAddresscnbootParametercnautomountInformationautomountKey\5c\29\28\2ayesoffyesyesyesyessslonesubyesyesurionesubrpc%s=uiduidpersistoneshotrfc2307tls_keyrestartfindingsslpathaliasesp->next == NULL/etc/ldap.confutil.cnl->name != NULLutil.c*head != NULLutil.cutil.cp != NULLutil.ckey->data != NULLutil.ckey != NULLr/etc/ldap.secretnss_srv_domainnss_connect_policynss_initgroups_ignoreuserstrueonnss_paged_resultsrfc2307bisnss_schemabacklinknss_initgroupsnss_default_attribute_valuenss_default_attribute_valuenss_override_attribute_valuenss_override_attribute_valuenss_map_objectclassnss_map_objectclassnss_map_attributenss_map_attributetls_randfiletls_certtls_cipherstls_cacertdirtls_cacertfilefalsenotrueontls_checkpeerpagesizedebuglogdirsasl_secpropsnss_reconnect_maxconntriesnss_reconnect_maxsleeptimenss_reconnect_sleeptimenss_reconnect_triessofthard_inithard_openhardbind_policyidle_timelimitbind_timelimittimelimitldap_versiontrueontrueonreferralsstart_tlstrueonportalwayssearchingneverderefbasescoperootsasl_auth_idtrueonrootuse_saslrootbinddnsasl_auth_idtrueonuse_saslbindpwbinddnbasehostr/etc/ldap.confldap://%sutil.ci < NSS_LDAP_CONFIG_URI_MAXbasenss_base_automountnetgroupbootparamsnetmasksethersprotocolsnetworksserviceshostsgroupshadowpasswd,,posixGroupobjectClassuniqueMembersrvDC=ldap%s://%s:%d_ldap._tcp.%s..,.2.0ldap-sldap.ccookie->callback != NULLldap-sldap.ccookie->mapped_filter != NULLldap-sldap.cam->lac_dn_count > 0ldap-sldap.cam != NULLldap-sldap.ccookie->map != NULLldap-sldap.ccookie->am_state == NULLldap-sldap.ccookie->state != NULLldap-sldap.ccookie != NULLldap-sldap.cpCookie != NULL && *pCookie == NULLautomountobjectClassldap-sldap.cattributes[i] != NULLauto_automountldap-sldap.ccookie->entry != NULLdnobjectClass(Zjz *:JZjz *:JZjz *:JZjzm qi*:J=!]UYAEuZj1zy9}eaIQ5-)%M  * : J Z j z  !! $ @4  oooo<o\hooXM$Id: ldap-nss.c,v 2.282 2006/05/15 08:13:44 lukeh Exp $8p|$Id: ldap-pwd.c,v 2.46 2006/01/11 18:03:49 lukeh Exp $t L$Id: ldap-grp.c,v 2.106 2006/09/13 06:33:09 lukeh Exp $,PX\$Id: ldap-netgrp.c,v 2.45 2006/09/13 06:35:48 lukeh Exp $l$Id: ldap-rpc.c,v 2.29 2006/01/11 18:03:49 lukeh Exp $0T$Id: ldap-hosts.c,v 2.35 2006/01/11 18:03:48 lukeh Exp $P $Id: ldap-network.c,v 2.33 2006/01/11 18:03:48 lukeh Exp $\#"""!"$Id: ldap-proto.c,v 2.30 2006/01/11 18:03:49 lukeh Exp $''&P'd&$Id: ldap-spwd.c,v 2.34 2006/01/11 18:03:49 lukeh Exp $$Id: ldap-alias.c,v 2.31 2006/01/11 18:03:48 lukeh Exp $,++0,* +$Id: ldap-service.c,v 2.32 2006/01/11 18:03:49 lukeh Exp $$Id: ldap-schema.c,v 2.33 2006/05/15 08:13:44 lukeh Exp $xCAB$Id: ldap-ethers.c,v 2.36 2006/01/11 18:03:48 lukeh Exp $DhD$Id: ldap-bp.c,v 2.27 2006/01/11 18:03:48 lukeh Exp $$Id: ldap-automount.c,v 2.9 2006/01/13 16:15:33 lukeh Exp $XM$Id: util.c,v 2.132 2006/01/25 20:30:27 lukeh Exp $$Id: ltf.c,v 2.29 2005/05/20 05:30:42 lukeh Exp $$Id: snprintf.c,v 2.9 2001/08/17 05:30:14 lukeh Exp $xtl\ hX`T!$Id: resolve.c,v 2.10 2004/06/29 16:09:57 lukeh Exp $$Id: dnsconfig.c,v 2.43 2006/01/13 10:24:58 lukeh Exp $$Id: irs-nss.c,v 2.16 2005/05/20 05:30:39 lukeh Exp $$Id: pagectrl.c,v 2.4 2006/01/13 10:24:59 lukeh Exp $$Id: ldap-sldap.c,v 2.12 2006/01/13 10:35:16 lukeh Exp $<== do_search_s==> do_search_s<== _nss_ldap_get_attributes<== _nss_ldap_get_attributes (init failed)==> _nss_ldap_get_attributes<== _nss_ldap_proxy_bind:== _nss_ldap_proxy_bind: %s<== _nss_ldap_proxy_bind (empty password not permitted)==> _nss_ldap_proxy_bind<== _nss_ldap_assign_userpassword<== _nss_ldap_assign_userpassword==> _nss_ldap_assign_userpassword<== _nss_ldap_getbyname<== _nss_ldap_getbyname==> _nss_ldap_getbyname<== _nss_ldap_getent_ex<== _nss_ldap_getent_ex<== _nss_ldap_getent_ex<== _nss_ldap_getent_ex==> _nss_ldap_getent_ex<== _nss_ldap_search<== _nss_ldap_search==> _nss_ldap_search<== _nss_ldap_search_s<== _nss_ldap_search_s==> _nss_ldap_search_s<== do_parse_s==> do_parse_s<== do_parse==> do_parse<== do_search==> do_search<== do_with_reconnects(null)resofthard==> do_with_reconnect<== do_result==> do_result<== do_filter:== do_filter: %s==> do_filter<== _nss_ldap_ent_context_release<== _nss_ldap_ent_context_release==> _nss_ldap_ent_context_release<== _nss_ldap_ent_context_init_locked<== _nss_ldap_ent_context_init_locked==> _nss_ldap_ent_context_init_locked<== do_binddo_bind: unable to set SASL security properties<== do_bind<== do_bind==> do_bind<== do_open (session connected to DSA)<== do_open (failed to bind to DSA<== do_open (SSL setup failed)<== do_open (SSL setup failed)<== do_open (thread initialization failed)<== do_open (cached session)<== do_open (session initialization failed)==> do_open<== do_init (initialized session)<== do_init (failed to initialize LDAP session)<== do_init (ldapssl_client_init failed with rc = %d)<== do_init (failed to read config)<== do_init (cached session)idle_timelimit reached:== do_init (stolen socket detected)==> do_init<== do_close_no_unbind<== do_close_no_unbind (connection was not open)==> do_close_no_unbind<== do_close==> do_close<== _nss_ldap_leave==> _nss_ldap_leave<== _nss_ldap_enter==> _nss_ldap_enter<== _nss_ldap_default_constr==> _nss_ldap_default_constr<== _nss_ldap_default_destr==> _nss_ldap_default_destr<== _nss_ldap_getgroupsbymember_r (success)<== _nss_ldap_getgroupsbymember_r (not found)<== _nss_ldap_getgroupsbymember_r (ent_context_init failed)<== _nss_ldap_getgroupsbymember_r (user ignored)<== _nss_ldap_getgroupsbymember_r (init failed)==> _nss_ldap_getgroupsbymember_r (user=%s)<== _nss_ldap_setnetgrent<== _nss_ldap_setnetgrent<== _nss_ldap_setnetgrent<== _nss_ldap_setnetgrent==> _nss_ldap_setnetgrent<== _nss_ldap_innetgr (not found)<== _nss_ldap_innetgr (FOUND)==> _nss_ldap_innetgr MACHINE.argc=%d USER.argc=%d DOMAIN.argc=%d groups.argc=%d<== do_innetgr status=%d netgr_status=%d<== do_innetgr: failed to initialize context==> do_innetgr netgroup=%s<== do_innetgr_nested status=%d netgr_status=%d<== do_innetgr_nested: failed to initialize context<== do_innetgr_nested: maximum depth exceeded==> do_innetgr_nested netgroup=%s assertion=%s<== do_parse_innetgr==> do_parse_innetgr<== do_getnetgrent==> do_getnetgrent<== nn_chase result=%d:== nn_chase: nested netgroup=%s==> nn_chase%s%s%s%s%s%s%d%d%s%s%s%d%s%d%s%d%s%s%s%s%s%s%s%s%s%s%s%d%s%s%s%d%s<== _nss_ldap_namelist_find==> _nss_ldap_namelist_find<== _nss_ldap_namelist_destroy==> _nss_ldap_namelist_destroy<== _nss_ldap_namelist_pop==> _nss_ldap_namelist_pop<== _nss_ldap_namelist_push<== _nss_ldap_namelist_push<== _nss_ldap_namelist_push==> _nss_ldap_namelist_push (%s)<== _nss_ldap_add_uri: added URI %s<== _nss_ldap_add_uri: maximum number of URIs exceeded==> _nss_ldap_add_uri<== _nss_ldap_dn2uid<== _nss_ldap_dn2uid (nested group)==> _nss_ldap_dn2uidSRVTXTPTRAFSDBMXCNAMENSAsSuccessUnknown errorInvalid parameterInternal LDAP errorPartial results receivedConfiguration errorOut of memoryNot foundOperation failed<== __ns_ldap_list ret=%s(null)==> __ns_ldap_list map=%s filter=%s<== __ns_ldap_freeEntry==> __ns_ldap_freeEntry cookie=%p<== __ns_ldap_nextEntry ret=%s==> __ns_ldap_nextEntry cookie=%p<== __ns_ldap_firstEntry ret=%s cookie=%p(null)==> __ns_ldap_firstEntry (map=%s filter=%s)<== __ns_ldap_parseEntry (ret=%s)<== __ns_ldap_parseEntry (failed to init result: %s)<== __ns_ldap_parseEntry (failed to parse DN)<== __ns_ldap_parseEntry (no memory)<== __ns_ldap_parseEntry (no memory)<== __ns_ldap_getParam (ret=%s)==> __ns_ldap_getParam (param=%d)4 <D\ D $! $ @ \`(  -   @ $  y  & 'b  8'k  : !a %~ H[ $ @ h E ) = # -= 1W X@: u 5 {^ 9 Y 9 =$ :[ > F yy Y H\E n A E I M X   S 0B ME gFW lo QUY]0H a%e=iUmmq x "@ ,   u& ;6 Vyo}z[ \[  y^ | ~q <g >\vtz[ T&I \ hM ;  P cxyB u' x ( z[ 8z z2 0H6 H~z #@  Q b< sX } T '  t &d, @B T,{^ n\ {D 8s /M0d  + 4\CN$! T,! ^ 4hXo(  /  8n Ci" f l 4m nD Xsr  + ;p8A  R  + 4\^oz( { | 8 86 pe ' ;7 + 4\^NP #X  :< M = hLN z  8 6  h t' ;8 + 4\^N # 16 NP kX X \ X,E ;p: X+ 4\^ {  8 26 He ^l' r;7 + 4\^zm T  8 6 0 ' -;9 + 4\^6E< Y r 8 6 R P ' X;p; X+ 4\^  !{ ," I"8 a"6 y"e \#' ;9 + 4\^# d&{ &8 '6 P'e ('' ?;8 + 4\^J;T9 T+ 4\^Wf0(h {*  + +8 +6 0,e ,' ;; + 4\^;: +4\^(6PA LA cB zxC'   ;,: + 4\^Cu hD{ D' h;p6 h+ 4\^ LF ;< + 4\^ N(H % 2 : lOd Q QD _ Ur ;4 + 4\^y  D $ <x < a # <  ;@2 <+ 4\^ ;r6 r+ 4\^  H;6 + 4\^ ;&8 &+ 4\^ ;^6 ^+ 4\^ ;6 + 4\^ N̐ ,  A Y  V @ k $x ;9 + 4\^| ^joyd< t ( j %*:AJZ'O rzT Y'5O MU`eO |{x O O  "5GNT\D v,O Ԑ O  $AS[L n# #O  R   [ % 8B E ^fCO ~ftc 7LSennss_ldap.socrti.svalues-Xa.cDdata.dataBbss.bssDrodata.rodataldap-nss.cdebugdo_rebind__session__lock__sigaction_retval__configdo_init__pid__euid__ssl_initializeddo_opendo_sasl_interactdo_binddo_triple_permutationsdo_filterdo_search_sdo_searchdo_parsedo_parse_sdo_next_pagedo_proxy_rebindrcsId__stored_handler__configbufDpicdata.picdataldap-pwd.c_nss_ldap_parse_pw_nss_ldap_getpwnam_r_nss_ldap_getpwuid_r_nss_ldap_setpwent_r_nss_ldap_endpwent_r_nss_ldap_getpwent_r_nss_ldap_passwd_destrpasswd_opsldap-grp.cdo_parse_group_members_nss_ldap_parse_grdo_parse_initgroups_nested_nss_ldap_getgroupsbymember_r_nss_ldap_getgrnam_r_nss_ldap_getgrgid_r_nss_ldap_setgrent_r_nss_ldap_endgrent_r_nss_ldap_getgrent_r_nss_ldap_group_destrnetgroup_opsldap-netgrp.cdo_parse_innetgr_nss_ldap_getnetgroup_endent_nss_ldap_getnetgroup_setent_nss_ldap_getnetgroup_getent_nss_ldap_innetgr_nss_ldap_setnetgrent_nss_ldap_netgroup_destrldap-rpc.c_nss_ldap_parse_rpc_nss_ldap_getrpcbyname_r_nss_ldap_getrpcbynumber_r_nss_ldap_setrpcent_r_nss_ldap_endrpcent_r_nss_ldap_getrpcent_r_nss_ldap_rpc_destrrpc_opsldap-hosts.c_nss_ldap_parse_hostv4_nss_ldap_gethostbyname_r_nss_ldap_gethostbyaddr_r_nss_ldap_sethostent_r_nss_ldap_endhostent_r_nss_ldap_gethostent_r_nss_ldap_hosts_destrhost_opsldap-network.c_nss_ldap_parse_net_nss_ldap_getnetbyname_r_nss_ldap_getnetbyaddr_r_nss_ldap_setnetent_r_nss_ldap_endnetent_r_nss_ldap_getnetent_r_nss_ldap_networks_destrnet_opsldap-proto.c_nss_ldap_parse_proto_nss_ldap_getprotobyname_r_nss_ldap_getprotobynumber_r_nss_ldap_setprotoent_r_nss_ldap_endprotoent_r_nss_ldap_getprotoent_r_nss_ldap_protocols_destrproto_opsldap-spwd.c_nss_ldap_parse_sp_nss_ldap_getspnam_r_nss_ldap_setspent_r_nss_ldap_endspent_r_nss_ldap_getspent_r_nss_ldap_shadow_destrshadow_opsldap-alias.cldap-service.c_nss_ldap_parse_serv_nss_ldap_getservbyname_r_nss_ldap_getservbyport_r_nss_ldap_setservent_r_nss_ldap_endservent_r_nss_ldap_getservent_r_nss_ldap_services_destrservices_opsldap-schema.cldap-ethers.c_nss_ldap_parse_ether_nss_ldap_gethostton_r_nss_ldap_getntohost_r_nss_ldap_ethers_destrethers_opsldap-bp.c_nss_ldap_parse_bp_nss_ldap_getbootparamsbyname_r_nss_ldap_bootparams_destrbp_opsldap-automount.cam_context_add_dnutil.c__cache_lock__cachedo_parse_map_statementdo_parse_listdo_searchdescriptorconfigltf.cltf_mutex_allocltf_mutex_freeltf_set_ld_errorltf_keyltf_get_ld_errorltf_set_errnoltf_get_errnosnprintf.cresolve.cstotdnsconfig.cirs-nss.cpagectrl.cldap-sldap.c__ns_ldap_freeCookie__ns_ldap_initCookie__ns_ldap_initSearch__ns_ldap_searchcrtn.s_nss_ldap_init_filters_END__fini_nss_ldap_assign_userpassword_nss_ldap_get_attributes__ns_ldap_parseDn_nss_ldap_enter_nss_ldap_close_nss_ldap_leave_nss_ldap_filt_getprotoent_nss_ldap_filt_getpwnam_groupsbymember_nss_ldap_filt_setautomntent_nss_ldap_add_uri_nss_ldap_unmap_at_nss_ldap_unmap_oc_nss_ldap_proxy_bind_nss_ldap_am_context_alloc_nss_ldap_filt_getetherent_nss_ldap_ent_context_init_locked_nss_ldap_filt_gethostton_nss_ldap_filt_gethostent_nss_ldap_ent_context_release_nss_ldap_filt_getbootparamsbyname_nss_ldap_next_attribute_nss_ldap_filt_getprotobyname__ns_ldap_freeParam_nss_ldap_ent_context_init_nss_ldap_filt_getgroupsbymemberanddn_nss_ldap_init_attributes_START__nss_ldap_db_close_nss_ldap_readconfig_nss_ldap_filt_innetgr_nss_ldap_filt_getnetgrent_nss_ldap_filt_getservbyportproto_nss_ldap_filt_getautomntent_nss_ldap_init_config_nss_ldap_map_put_nss_ldap_map_get_nss_ldap_str2selector_nss_ldap_shadow_handle_flag_nss_ldap_am_context_free_nss_ldap_am_context_init_nss_ldap_shadow_date_nss_ldap_filt_getservent_nss_ldap_filt_getgrgid_nss_ldap_filt_getgrent_nss_ldap_filt_getgrnam_nss_ldap_getent_ex_nss_ldap_filt_getspent_nss_ldap_filt_getspnam_nss_ldap_filt_getpwent_nss_ldap_filt_getpwnam_nss_ldap_filt_getpwuid__ns_ldap_parseAttr_nss_ldap_getbyname_nss_ldap_default_destr_nss_ldap_dns_free_data_nss_ldap_get_ld_errno_nss_ldap_assign_attrval_nss_ldap_filt_getrpcent__ns_ldap_parseEntry_nss_ldap_test_config_flag_nss_ldap_filt_getnetent_nss_ldap_filt_getprotobynumber_nss_ldap_next_entry_nss_ldap_getdnsdn_nss_ldap_mergeconfigfromdns_nss_ldap_get_values_nss_ldap_namelist_push_nss_ldap_namelist_find_nss_ldap_test_initgroups_ignoreuser_nss_ldap_filt_getrpcbynumber_nss_ldap_filt_getntohost_nss_ldap_first_entry_nss_ldap_default_constr_nss_ldap_filt_getaliasent_lib_version_nss_ldap_locate_userpassword_nss_ldap_getrdnvalue_nss_ldap_filt_gethostbyaddr_nss_ldap_filt_gethostbyname_nss_ldap_dns_lookup__ns_ldap_freeAttr_nss_ldap_db_openltf_destr_nss_ldap_escape_string_nss_ldap_filt_getrpcbyname_nss_ldap_getent_nss_ldap_get_dn_nss_ldap_db_get_nss_ldap_db_put_nss_ldap_dn2uid_nss_ldap_namelist_destroy_nss_ldap_filt_getgroupsbydn_nss_ldap_map_at_nss_ldap_map_df_nss_ldap_map_oc_nss_ldap_map_ov_nss_ldap_namelist_pop_nss_ldap_oc_check_nss_ldap_filt_getautomntbyname_nss_ldap_filt_getservbyname_nss_ldap_filt_getservbyport_nss_ldap_init_nss_ldap_read_nss_ldap_assign_attrvals__ns_ldap_allocAttr_nss_ldap_first_attribute_nss_ldap_filt_getgroupsbymember_nss_ldap_filt_getservbynameproto_nss_ldap_ltf_thread_init_nss_ldap_search_s_nss_ldap_validateconfig_nss_ldap_filt_getnetbyaddr_nss_ldap_filt_getnetbyname_nss_ldap_filt_getaliasbyname_nss_ldap_searchstrncmpber_freeinet_addrhtonsmemsetsleepldap_unbinddn_expandatoi__ns_ldap_freeResultgetpid__ns_ldap_freeEntry_DYNAMICatolldap_resultldap_msgfreeldap_simple_bind_edataldap_search_st_endldap_set_optionmemcpysnprintfldap_get_option_nss_ldap_shadow_constr__ctypesigemptysetstrncasecmpsyslogfileno__div64inet_networkldap_control_freemutex_lockfgetsldapssl_client_initldap_explode_dnmutex_init__ns_ldap_err2strmutex_destroynss_ldap.so.1_nss_ldap_passwd_constrreallocether_atontime_nss_ldap_group_constrres_searchsigactionthr_keycreatentohsldap_search_extldap_parse_page_controlatoll_nss_ldap_networks_constr_nss_ldap_rpc_constrstrcmpldapssl_install_routinesldap_controls_freeldap_result2errorstrdupfopengeteuid_PROCEDURE_LINKAGE_TABLE_thr_getspecific_nss_ldap_services_constr__ns_ldap_getMappedAttributes_nss_ldap_hosts_constrres_initether_ntoa_xstatinet_makeaddrstrlencalloc__assertstrrchrmallocldap_sasl_interactive_bind_sldap_count_valuesstrncpy__ns_ldap_getParam__ns_ldap_nextEntry_nss_ldap_protocols_constrldap_memfreestrtok_rmemcmp__ns_ldap_getMappedObjectClassfclose__ns_ldap_firstEntry__ns_ldap_list__ns_ldap_freeErrormutex_unlock__ns_ldap_endEntryinet_ntoa_nss_ldap_bootparams_constr_fxstat_nss_ldap_ethers_constrldap_abandonldap_err2stringstrcasecmp__res_stateldap_value_free_nss_ldap_netgroup_constrstrchrldap_explode_rdnber_bvfree_etextstrtoulthr_setspecificldap_create_page_controlldap_set_rebind_procstrcpyldap_parse_result___errno_GLOBAL_OFFSET_TABLE_@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)signal.h 1.43 04/09/28 SMI@(#)signal_iso.h 1.1 99/08/09 SMI@(#)procset.h 1.25 04/07/16 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.51 07/01/26 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)sasl.h 1.1 03/07/16 SMI@(#)prop.h 1.1 03/07/16 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)param.h 1.82 06/01/30 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)pwd.h 1.22 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.51 07/01/26 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)param.h 1.82 06/01/30 SMI@(#)grp.h 1.22 04/09/28 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.51 07/01/26 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdarg.h 1.47 04/09/28 SMI@(#)stdarg_iso.h 1.4 04/11/19 SMI@(#)va_impl.h 1.1 04/11/19 SMI@(#)stdarg_c99.h 1.2 04/09/28 SMI@(#)ctype.h 1.35 04/09/28 SMI@(#)ctype_iso.h 1.3 04/09/28 SMI@(#)ctype_c99.h 1.2 04/09/28 SMI@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)param.h 1.82 06/01/30 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.51 07/01/26 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)rpcent.h 1.17 01/01/05 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.51 07/01/26 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.51 07/01/26 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)inet.h 1.20 03/12/04 SMI@(#)nameser.h 1.29 03/10/22 SMI@(#)nameser_compat.h 1.12 04/09/28 SMI@(#)resolv.h 1.24 04/03/29 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)inet.h 1.20 03/12/04 SMI@(#)nameser.h 1.29 03/10/22 SMI@(#)nameser_compat.h 1.12 04/09/28 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.51 07/01/26 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.51 07/01/26 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)unistd.h 1.76 06/03/10 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)route.h 1.20 06/05/03 SMI@(#)label.h 1.1 06/05/03 SMI@(#)label_macro.h 1.1 06/05/03 SMI@(#)if.h 1.38 07/03/20 SMI@(#)if_ether.h 1.13 04/09/28 SMI@(#)ethernet.h 1.20 07/05/23 SMI@(#)if_arp.h 1.7 07/01/29 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)param.h 1.82 06/01/30 SMI@(#)stat.h 1.11 04/09/28 SMI@(#)stat_impl.h 1.4 03/12/04 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)fcntl.h 1.17 06/03/10 SMI@(#)fcntl.h 1.52 07/03/05 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.51 07/01/26 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13acomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)param.h 1.82 06/01/30 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)nameser.h 1.29 03/10/22 SMI@(#)nameser_compat.h 1.12 04/09/28 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)strings.h 1.3 96/03/12 SMI@(#)resolv.h 1.24 04/03/29 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)param.h 1.82 06/01/30 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)nameser.h 1.29 03/10/22 SMI@(#)nameser_compat.h 1.12 04/09/28 SMI@(#)resolv.h 1.24 04/03/29 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13acomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)stdio.h 1.84 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)in.h 1.51 07/01/26 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)param.h 1.82 06/01/30 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13@(#)thread.h 1.49 04/09/28 SMI@(#)signal.h 1.66 04/09/28 SMI@(#)feature_tests.h 1.25 07/02/02 SMI@(#)ccompile.h 1.2 04/11/08 SMI@(#)isa_defs.h 1.28 07/02/01 SMI@(#)signal_iso.h 1.6 03/05/02 SMI@(#)unistd.h 1.43 06/03/10 SMI@(#)siginfo.h 1.59 04/07/15 SMI@(#)types.h 1.85 05/04/11 SMI@(#)machtypes.h 1.11 04/09/28 SMI@(#)machtypes.h 1.2 04/09/28 SMI@(#)int_types.h 1.10 04/09/28 SMI@(#)select.h 1.19 04/01/28 SMI@(#)time_impl.h 1.11 05/05/19 SMI@(#)time.h 2.76 05/06/14 SMI@(#)time.h 1.44 04/09/28 SMI@(#)time_iso.h 1.4 04/09/07 SMI@(#)machsig.h 1.11 03/09/26 SMI@(#)faultcode.h 1.15 92/07/14 SMI@(#)synch.h 1.54 03/12/06 SMI@(#)machlock.h 1.25 04/07/19 SMI@(#)synch.h 1.40 03/12/04 SMI@(#)stdio.h 1.84 04/09/28 SMI@(#)stdio_iso.h 1.8 05/08/16 SMI@(#)va_list.h 1.15 04/11/19 SMI@(#)stdio_tag.h 1.4 04/09/28 SMI@(#)stdio_impl.h 1.15 07/03/05 SMI@(#)stdio_c99.h 1.2 04/03/29 SMI@(#)stdlib.h 1.51 04/06/30 SMI@(#)stdlib_iso.h 1.9 04/09/28 SMI@(#)stdlib_c99.h 1.2 04/03/29 SMI@(#)string.h 1.27 07/01/14 SMI@(#)string_iso.h 1.5 04/06/18 SMI@(#)netdb.h 1.30 03/12/04 SMI@(#)in.h 1.51 07/01/26 SMI@(#)socket_impl.h 1.1 05/08/02 SMI@(#)un.h 1.11 02/10/02 SMI@(#)if_dl.h 1.10 03/05/21 SMI@(#)stream.h 1.114 06/01/13 SMI@(#)vnode.h 1.128 07/01/23 SMI@(#)t_lock.h 1.45 98/02/01 SMI@(#)param.h 1.82 06/01/30 SMI@(#)mutex.h 1.21 07/04/04 SMI@(#)rwlock.h 1.9 98/02/18 SMI@(#)semaphore.h 1.5 98/02/01 SMI@(#)condvar.h 1.14 04/10/21 SMI@(#)rwstlock.h 1.4 04/11/09 SMI@(#)ksynch.h 1.6 97/10/22 SMI@(#)cred.h 1.27 06/05/03 SMI@(#)uio.h 1.32 04/03/23 SMI@(#)resource.h 1.37 07/02/07 SMI@(#)seg_enum.h 1.8 05/05/17 SMI@(#)kstat.h 1.22 07/02/02 SMI@(#)kmem.h 1.37 06/03/10 SMI@(#)vmem.h 1.12 05/06/27 SMI@(#)poll.h 1.28 98/11/23 SMI@(#)strmdep.h 1.10 98/01/06 SMI@(#)model.h 1.24 04/09/28 SMI@(#)strft.h 1.2 00/03/17 SMI@(#)byteorder.h 1.18 04/09/28 SMI@(#)socket.h 1.77 07/02/24 SMI@(#)netconfig.h 1.24 04/02/27 SMI@(#)assert.h 1.10 04/05/18 SMI@(#)lber.h 1.11 01/09/06 SMI@(#)ldap.h 1.23 03/09/09 SMI@(#)route.h 1.20 06/05/03 SMI@(#)label.h 1.1 06/05/03 SMI@(#)label_macro.h 1.1 06/05/03 SMI@(#)if.h 1.38 07/03/20 SMI@(#)malloc.h 1.11 97/08/23 SMI@(#)errno.h 1.17 03/01/03 SMI@(#)errno.h 1.20 00/01/12 SMI@(#)shadow.h 1.18 04/08/17 SMI@(#)syslog.h 1.11 96/05/17 SMI@(#)syslog.h 1.11 03/06/10 SMI@(#)pthread.h 1.37 04/09/28 SMI@(#)sched.h 1.10 03/03/06 SMI@(#)limits.h 1.59 04/08/24 SMI@(#)limits_iso.h 1.2 03/12/04 SMI@(#)int_limits.h 1.9 04/09/28 SMI@(#)nsswitch.h 1.21 07/02/14 SMIacomp: Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12iropt: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ir2hf: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ube: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13as: Sun Compiler Common 12 SunOS_i386 Patch 126498-01 2007/07/13ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.486Pldap-nss.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-nss.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2Pldap-pwd.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-pwd.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2sP,ldap-grp.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-grp.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2XBldap-netgrp.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-netgrp.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2YPXldap-rpc.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-rpc.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2Tnldap-hosts.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-hosts.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2BXldap-network.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-network.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2Tldap-proto.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-proto.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2.Tldap-spwd.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-spwd.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2Tldap-alias.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-alias.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2Xldap-service.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-service.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2Xldap-schema.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-schema.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2Xldap-ethers.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-ethers.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2yPldap-bp.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-bp.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2\4ldap-automount.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-automount.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2aHJutil.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c util.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2H`ltf.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ltf.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2IPvsnprintf.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c snprintf.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2Presolve.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c resolve.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2*Tdnsconfig.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c dnsconfig.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2Pirs-nss.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c irs-nss.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2 Ppagectrl.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c pagectrl.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2 Tldap-sldap.c /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253 /export/home/studio/SUNWspro/prod/bin/cc -DHAVE_CONFIG_H -I. -I. -I. -DLDAP_REFERRALS -DLDAP_DEPRECATED -D_REENTRANT -xs -xO4 -Kpic -c ldap-sldap.cXa;O;p;R=Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12;backend;raw;cd;DBG_GEN 5.2.2 oi /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-nss.coi /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-pwd.coi /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-grp.crl /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-netgrp.coi /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-rpc.cqk /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-hosts.csm /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-network.cqk /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-proto.cpj /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-spwd.cqk /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-alias.csm /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-service.crl /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-schema.crl /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-ethers.cnh /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-bp.cuo /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-automount.cke /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253util.cjd /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ltf.coi /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253snprintf.cnh /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253resolve.cpj /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253dnsconfig.cnh /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253irs-nss.coi /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253pagectrl.cqk /share/dev4/nss_ldap/253/builds/20080521.1/BUILD/nss-ldap-253/nss_ldap-253ldap-sldap.c DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD% DD%.hash.dynsym.dynstr.SUNW_version.SUNW_versym.rel.got.rel.data.rel.plt.text.init.fini.rodata.rodata1.dynamic.bssf.picdata.data1.bss.symtab.strtab.comment.debug_loc.debug_info.debug_line.debug_abbrev.shstrtab "4 4 o<<po8%o2 Bh; BDDE B\\ IDDN$!$!T$$Z@@`\\h``64q((?z V  ` l " |,H((UGj Q S07070101954116000041ed0000225f0000045c000000034836ba8600000000000001200000000800000000000000000000001000000000reloc/usr/share07070101954117000041ed0000225f0000045c000000034836ba8600000000000001200000000800000000000000000000001400000000reloc/usr/share/man07070101954118000041ed0000225f0000045c000000024836ba8600000000000001200000000800000000000000000000001900000000reloc/usr/share/man/man50707010195411a000081a40000225f0000045c000000014836b94f0000358a000001200000000800000000000000000000002400000000reloc/usr/share/man/man5/nss_ldap.5.TH nss_ldap 5 .\" Copyright 1997-2005 Luke Howard." .\" Copying restrictions apply. See COPYING. .\" $Id: nss_ldap.5,v 2.14 2006/03/09 03:48:34 lukeh Exp $ .SH NAME nss_ldap \- LDAP nameservice provider .SH DESCRIPTION The .B nss_ldap module is a set of C library extensions which allows X.500 and LDAP directory servers to be used as a primary source of name service information. (Name service information typically includes users, hosts, groups, and other such data historically stored in flat files or NIS.) .LP Features of the PADL nss_ldap module include support for both the RFC 2307 and RFC 2307bis schema, a common implementation across multiple platforms, Kerberos and SSL security, configurable schema mapping, and configuration file compatibility with the .BR pam_ldap (5) module. .LP Because LDAP is a hierarchical directory service, one can distribute the information in a manner which reflects organizational structure. This contrasts with the flat, single domain policy of NIS. LDAP has many of the advantages of NIS+ (security and scalability) without the complexity. .LP .B nss_ldap will work alongside existing NIS, NIS+, DNS and flat file name services. More importantly, because it builds as a shared library, it is not necessary to recompile any applications to take advantage of LDAP. .LP The present version of .B nss_ldap supports AIX 4.3.3 and above, FreeBSD 5.1, HP-UX 11i, Linux and Solaris 2.6 and above. Many vendors provide their own LDAP nameservice providers, often also called nss_ldap. This manual page applies to the PADL .B nss_ldap module only. If you are using a vendor provided module, consult the relevant documentation instead. .LP The features supported by the version of .B nss_ldap depend on which flags were enabled when the software was built. Most features are enabled in the configuration file, described below. (The location of the configuration file is configurable at compile time; the default path is /etc/ldap.conf.) Also, some features may be unavailable on certain operating systems or with certain LDAP libraries. For more information, consult your vendor. .SH CONFIGURATION .B nss_ldap stores its configuration in the .B ldap.conf file, the location of which is configurable at compile time. (It should be noted that some LDAP client libraries, such as OpenLDAP, also use a configuration file of the same name. .B nss_ldap supports many of the same configuration file options as OpenLDAP, but it adds several that are specific to the functionality it provides. Additionally, it is not guaranteed that .B nss_ldap will continue to match the configuration file semantics of OpenLDAP. You may wish to use different files.) .LP Configuration file options consist of a keyword followed by a space and any arguments. The following options are supported by both .B nss_ldap and the PADL .B pam_ldap module: .B .TP .B host Specifies the name(s) or IP address(es) of the .I LDAP server(s) to connect to. In the case that .B nss_ldap is used for host name resolution, each server should be specified as an IP address or name that can be resolved without using .I LDAP. Multiple servers may be specified, each separated by a space. The failover time depends on whether the .I LDAP client library supports configurable network or connect timeouts (see .B bind_timelimit below). .TP .B base Specifies the default base distinguished name (DN) to use for searches. .TP .B uri For .I LDAP client libraries that support it, specifies the URI(s) of the LDAP server(s) to connect to. The URI scheme may be .B ldap, .B ldapi, or .B ldaps, specifying LDAP over TCP, IPC and SSL respectively. If applicable, a port number can be specified; the default port number for the selected protocol is used if omitted. This option takes precedence over the .B host option; it is not possible to combine the two. .TP .B ldap_version Specifies the version of the .I LDAP protocol to use. Presently .B version must be 2 or 3. The default is to use the maximum version supported by the client library. .TP .B binddn Specifies the distinguished name with which to bind to the directory server(s). This option is optional; the default is to bind anonymously. .TP .B bindpw Specifies the cleartext credentials with which to bind. This option is only applicable when used with .B binddn above. The default is no credential (anonymous bind). When binding to the directory using .I SASL or other authentication mechanisms apart from simple binds, this option is not used. .TP .B rootbinddn This option has the same syntax and effect as the .B binddn option above, except it applies when the effective user ID is zero. If not specified, then the identity specified in .B binddn is used instead. Because the configuration file may be readable by many users, the root bind DN credentials are stored in the .B ldap.secret file instead. This file is usually in the same directory as the configuration file. .TP .B port Specifies the port to connect to; this option is used with the .B host option, and is ignored with the .B uri option. .TP .B scope Specifies the search scope (subtree, one level or base object). The default scope is subtree; base scope is almost never useful for nameservice lookups. .TP .B deref Specifies the policy for dereferencing aliases. The default policy is to never dereference aliases. .TP .B timelimit Specifies the time limit (in seconds) to use when performing searches. A value of zero (0), which is the default, is to wait indefinitely for searches to be completed. .TP .B bind_timelimit Specifies the time limit (in seconds) to use when connecting to the directory server. This is distinct from the time limit specified in .B timelimit and affects the initial server connection only. (Server connections are otherwise cached.) Only some .I LDAP client libraries have the underlying functionality necessary to support this option. The default bind timelimit is 30 seconds. .TP .B referrals Specifies whether automatic referral chasing should be enabled. The default behaviour is specifed by the .I LDAP client library. .TP .B restart Specifies whether the .I LDAP client library should restart the .BR select(2) system call when interrupted. This feature is not supported by all client libraries. .TP .B logdir Specifies the directory used for logging by the .I LDAP client library. This feature is not supported by all client libraries. .TP .B debug Specifies the debug level used for logging by the .I LDAP client library. This feature is not supported by all client libraries, and does not apply to the .B nss_ldap and .B pam_ldap modules themselves (debugging, if any, is configured separately and usually at compile time). .TP .B ssl Specifies whether to use SSL/TLS or not (the default is not to). If .B start_tls is specified then StartTLS is used rather than raw LDAP over SSL. Not all .I LDAP client libraries support both SSL and StartTLS, and all related configuration options. .TP .B sslpath For the Netscape and Mozilla .I LDAP client libraries only, this specifies the path to the X.509 certificate database. .TP .B tls_checkpeer Specifies whether to require and verify the server certificate or not, when using SSL/TLS with the OpenLDAP client library. The default is to use the default behaviour of the client library; for OpenLDAP 2.0 and earlier it is "no", for OpenLDAP 2.1 and later it is "yes". At least one of .B tls_cacertdir and .B tls_cacertfile is required if peer verification is enabled. .TP .B tls_cacertdir Specifies the directory containing X.509 certificates for peer authentication. .TP .B tls_cacertfile Specifies the path to the X.509 certificate for peer authentication. .TP .B tls_randfile Specifies the path to an entropy source. .TP .B tls_ciphers Specifies the ciphers to use for TLS. See your TLS implementation's documentation for further information. .TP .B tls_cert Specifies the path to the file containing the local certificate for client TLS authentication. .TP .B tls_key Specifies the path to the file containing the private key for client TLS authentication. .TP The following configuration options apply to nss_ldap only: .TP .B bind_policy Specifies the policy to use for reconnecting to an unavailable .I LDAP server. The default is .B hard_open, which reconnects if opening the connection to the directory server failed. By contrast, .B hard_init reconnects if initializing the connection failed. Initializing may not actually contact the directory server, and it is possible that a malformed configuration file will trigger reconnection. If .B soft is specified, then .B nss_ldap will return immediately on server failure. All "hard" reconnect policies block with exponential backoff before retrying. .TP .B nss_connect_policy Determines whether nss_ldap persists connections. The default is for the connection to the LDAP server to remain open after the first request. .TP .B idle_timelimit Specifies the time (in seconds) after which .B nss_ldap will close connections to the directory server. The default is not to time out connections. .TP .B sasl_authid Specifies the authorization identity to be used when performing SASL authentication. .TP .B rootsasl_auth_id Specifies the authorization identity to be used when performing SASL authentication as root (when the effective user ID is zero). .TP .B sasl_secprops Specifies Cyrus SASL security properties. Allowed values are described in the .BR ldap.conf(5) manual page. .TP .B rootuse_sasl Specifies whether SASL authentication should be used when the effective user ID is zero. .TP .B krb5_ccname If .B nss_ldap is built with configurable GSS-API credentials cache name support, specifies the Kerberos credentials cache to use. .TP .B nss_paged_results .BR Enables support for paged results. .TP .B pagesize When paged results are enabled (see above), specifies the number of entries to return in a single page. The default is 1000. .TP .B nss_base_ Specify the search base, scope and filter to be used for specific maps. (Note that .B map forms part of the configuration file keyword and is one of passwd, shadow, group, hosts, services, networks, protocols, rpc, ethers, netmasks, bootparams, aliases and netgroup.) The syntax of .B basedn and .B scope are the same as for the configuration file options of the same name, with the addition of being able to omit the trailing suffix of the base DN (in which case the global base DN will be appended instead). The .B filter is a search filter to be added to the default search filter for a specific map, such that the effective filter is the logical intersection of the two. The base DN, scope and filter are separated with literal question marks (?) as given above; this is for compatibility with the DUA configuration profile schema and the .B ldapprofile tool. This option may be specified multiple times. .TP .B nss_map_attribute This option may be specified multiple times, and directs .B nss_ldap to use the attribute .B to_attribute instead of the RFC 2307 attribute .B from_attribute in all lookups. If .B nss_ldap was built without schema mapping support, then this option is ignored. .TP .B nss_map_objectclass This option may be specified multiple times, and directs .B nss_ldap to use the object class .B to_objectclass instead of the RFC 2307 object class .B from_objectclass in all lookups. If .B nss_ldap was built without schema mapping support, then this option is ignored. .TP .B nss_default_attribute_value Specifies the default value to use for entries that lack the specified attribute. This option may be specified multiple times, for different attributes. If .B nss_ldap was built without schema mapping support, then this option is ignored. .TP .B nss_override_attribute_value Specifies a value to use for the specified attribute in preference to that contained in the actual entry. This option may be specified multiple times, for different attributes. If .B nss_ldap was built without schema mapping support, then this option is ignored. .TP .B nss_schema If the value of this option is .BR rfc2307bis then support for the RFC2307bis schema (distinguished names in groups) will be enabled. .TP .B nss_initgroups This option directs the .B nss_ldap implementation of .BR initgroups(3) to determine a user's group membership by reading the memberOf attribute of their directory entry (and of any nested groups), rather than querying on uniqueMember. This may provide increased performance with certain directory servers that have peculiar indexing configurations. If RFC2307bis support is disabled, then this option is ignored. .TP .B nss_initgroups_ignoreusers This option directs the .B nss_ldap implementation of .BR initgroups(3) to return NSS_STATUS_NOTFOUND if called with a listed users as its argument. .TP .B nss_srv_domain This option determines the DNS domain used for performing SRV lookups. .SH AUTHOR The .B nss_ldap module was developed by PADL Software Pty Ltd (www.padl.com). .SH FILES .TP /etc/ldap.conf, /etc/ldap.secret, /etc/nsswitch.conf .SH SEE ALSO .BR nsswitch.conf (5) 07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!