search for: issecur

Displaying 9 results from an estimated 9 matches for "issecur".

Did you mean: issecure
2012 Jul 23
2
Samba 4 on Production
...you, what do you thing about using samba4 in a network with about 700 computers (mixed between WinXP, Vista, 7 and 2000) and about the same amount of users. Will it be stable enough? can I 'trust' samba for such network? Thanks a lot in advance! -- Horacio Agustin Lo Brutto horaciol at issecurity.com.ar Rondeau 2575 | Distrito Tecnol?gico | C.A.B.A ? Argentina M?vil: 54 9 11 6105 3898 | Tel. 54 11 4942 6877 www.issecurity.com.ar
2003 Sep 08
2
Variable declarations in xcrypt.c
...enbsd-compat/xcrypt.c 6 Sep 2003 23:43:42 -0000 1.4 +++ openbsd-compat/xcrypt.c 8 Sep 2003 06:52:26 -0000 @@ -96,18 +96,25 @@ shadow_pw(struct passwd *pw) pw_password = spw->sp_pwdp; # endif # if defined(HAVE_GETPWANAM) && !defined(DISABLE_SHADOW) - struct passwd_adjunct *spw; - if (issecure() && (spw = getpwanam(pw->pw_name)) != NULL) - pw_password = spw->pwa_passwd; + if (issecure()) { + struct passwd_adjunct *spw; + + if (spw = getpwanam(pw->pw_name) != NULL) + pw_password = spw->pwa_passwd; + } # elif defined(HAVE_SECUREWARE) - struct pr_passwd *spw = get...
2008 Mar 02
0
Cisco 7970 - register with NAT phone
...dr3></ipAddr3> <port3>2000</port3> <sipIpAddr1>206.80.94.20</sipIpAddr1> <sipPort1>5060</sipPort1> <sipIpAddr2></sipIpAddr2> <sipPort2>5060</sipPort2> <sipIpAddr3></sipIpAddr3> <sipPort3>5060</sipPort3> <isSecure>false</isSecure> </srstInfo> <mlppDomainId>-1</mlppDomainId> <mlppIndicationStatus>Default</mlppIndicationStatus> <preemption>Default</preemption> <connectionMonitorDuration>120</connectionMonitorDuration> </devicePool> <sipPr...
2006 Mar 10
2
7970 Configs
Anyone have the 7970 xml config for sip yet? Aaron
2004 Dec 23
1
Unable to access shares on a Linux Samba server
...no admin users = xxxxxxx hosts allow = 10.32.1.0/255.255.255.0 [full] path = / valid users = xxxxxxxx read only = No (the x's are legitimate usernames) Matt Carlson (314) 362-0870 4353 Clayton Avenue Mailstop : 90-68-145 Saint Louis, MO 63110 http://issecurity.carenet.org
2000 May 12
0
SunOS 4.x port
...ruct passwd_adjunct *spw; +#endif #ifdef WITH_AIXAUTHENTICATE char *authmsg; char *loginmsg; @@ -99,6 +107,16 @@ pw_password = spw->sp_pwdp; } #endif /* defined(HAVE_SHADOW_H) && !defined(DISABLE_SHADOW) */ +#if defined(HAVE_GETPWANAM) && !defined(DISABLE_SHADOW) + if (issecure() && (spw = getpwanam(pw->pw_name)) != NULL) + { + /* Check for users with no password. */ + if (strcmp(password, "") == 0 && strcmp(spw->pwa_passwd, "") == 0) + return 1; + + pw_password = spw->pwa_passwd; + } +#endif /* defined(HAVE_GETPWANAM) &a...
2010 Sep 08
25
Setup 2.6 + apache, passenger
Hi! I''m testing Puppet 2.6 and got all the basic stuff working with the default webricks. I read that it doesn''t scale very well and is not suited for production environments and the recommended setup is Apache/ Passenger. Is there a step-by-step-guide on how to set it up? Any help is very appreciated. Regards, Freddie -- You received this message because you are subscribed
2005 Jun 10
1
netbios description
Guys I have a samba server that has joined and existing 2000 domain (used for squid NTLM auth) When using "My network places" on an xp server i see the following Samba 3.0.11 (Squid-server) Now the servers name is Squid-server, and the description seems to be Samba 3.0.11. How do i remove this description ? I have look through the smb.conf man pages and can find where you set
2005 Jun 20
1
samba and trusts
Guys I hope some one can help me here. I have joined a samba 3.0.11 box to a windows 2000 domain. This 2000 domain in turn trusts several other domain. I'm not interested in these domains. Every thing works well until i do a wbinfo -u I have turned winbindd debugging on to level 3. I the log i see the daemon trying to contact all the trusted domains, do wins lookups and broadcast