Displaying 9 results from an estimated 9 matches for "issecure".
Did you mean:
insecure
2012 Jul 23
2
Samba 4 on Production
We're involved in a project that the requirements could be satisfied
with both samba3 and 4. Anyway I am testing what can be done with
Samba4 and after following the tutorial published in the official
wiki, I was able to create my test domain, and join WinXP and Win7
machines to it without a problem.
I still need to test the GPO functionality, and some other stuff, but
before continuing with
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 = getp...
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>
<sipPro...
2004 Dec 23
1
Unable to access shares on a Linux Samba server
Hello everyone,
I did alot of searching before I came to post here, but have failed to
come up with a reason why this isn't working. I may just be missing a
major step. First, let me get the formailities out of the way.
Redhat ES 3.0
Linux 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:31:21 EDT 2003 i686 athlon
i386 GNU/Linux
samba-3.0.10-1
I configured and installed swat so I could do remote
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) &am...
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