Displaying 20 results from an estimated 40 matches for "credentialsttl".
2014 Nov 11
3
ntlm_auth NT_STATUS_INVALID_WORKSTATION Question
...tlm program /usr/bin/ntlm_auth3
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 30
auth_param ntlm keep_alive on
auth_param basic program /usr/bin/ntlm_auth3
--helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Welcome to proxy!
auth_param basic credentialsttl 2 hours
############################ squid.conf End #############################
So, I manually tried ntlm_auth3 command, and seems I can never login even
enter the correct workstation name.
[root at squid_server ~]# ntlm_auth3 --username=dummy --password=1234567Abc
NT_STATUS_INVALID_WOR...
2010 Jul 12
1
ntlm locking user accounts in 2003 AD
...program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 5
auth_param ntlm keep_alive on
auth_param basic program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
smb.conf
workgroup = domain
netbios name = NETSERVER
server string = PROXY SERVER
load printers = no
log file = /var/log/samba/log.%m
max log size = 500
winbind trusted domains only = yes
realm = domain.ltd
security = ads
auth methods = winbind
password server = Server.domain.ltd
winbind...
2006 Sep 12
1
Multiple Group checking using ntlm_auth
...m max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param ntlm children 20
auth_param ntlm use_ntlm_negotiate on
auth_param basic program /ntlm_auth.sh basic
auth_param basic children 20
auth_param basic realm SERVER.DOMAIN.CO.ZA Cache NTLM Authentication
auth_param basic credentialsttl 2 hours
Our smb.conf:
[global]
winbind separator = +
winbind cache time = 10
workgroup=DOMAIN
security=ads
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind use default domain = yes
realm=SERVER.DOMAIN.CO.ZA
client ntlmv2 auth=yes
Our ntlm auth line ($W will be either basic or ntlmssp p...
2005 Apr 05
0
RE: [squid-users] IE improperly prompts for credentials; ntlm_auth with Samba 3.0.13, Squid 2.5.STABLE7, RedHat Linux 9.0, SmartFilter 4.01; ticket number 48293
...visible hostname.
But on (much) closer examination - this is an extract from the problem
squid.conf:
.
. (From the template)
.
#auth_param basic program <uncomment and complete this line>
auth_param basic children 5
#auth_param basic realm Squid proxy-caching web server
#auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
# Customer specific configs
auth_param ntlm program /usr/local/samba/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 30
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param basic p...
2017 May 22
4
Problems with Samba 4.6.3 Authentication
...auth_param basic program /usr/lib/squid3/basic_ldap_auth -R -b
DC=empresa,DC=com,DC=br -D CN=proxy,CN=Users,DC=empresa,DC=com,DC=br -w
password -h 192.168.10.4 -p 389 -s sub -v 3 -f "sAMAccountName=%s"
auth_param basic children 50
auth_param basic realm Access Monitored
auth_param basic credentialsttl 8 hours
auth_param basic casesensitive off
I'm using Squid 3.4.8
Can anybody help me ?"
*Answer of the Squid-Users forum: *
"
*If the only thing that changed was Samba its clearly an issue with that
end of the system.I suggest you compare those LDAP parameters with what the
new...
2005 Oct 31
1
NTLM Problems
...am ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param ntlm children 2
auth_param basic program /usr/local/libexec/squid/ntlm_auth
--helper-protocol=squid-2.5-basic
auth_param basic children 2
auth_param basic realm Cache NTLM Authentication
auth_param basic credentialsttl 2 hours
I then join the domain as follows:
Net join -S server -w Domain -U username%password
Once that has succeeded I then run winbindd and nmbd. Once that is done, if
I do a wbinfo -u or -g I can see the users and groups of the users I am
authenticating. All seems fine, but when a user tries to...
2018 Jun 08
2
samba4+squid3+ntlm
...MINIO
auth_param ntlm children 20
auth_param ntlm keep_alive on
# NTLM basic
auth_param basic program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-basic --domain=MYDOMINIO
auth_param ntlm children 20
auth_param basic children 20
auth_param basic realm Proxy midominio.comu
auth_param basic credentialsttl 1 hours
external_acl_type ldap_group children-max=20 %LOGIN /usr/lib/squid3/ext_wbinfo_group_acl
authenticate_ttl 1 hours
authenticate_ip_ttl 1 hours
krb5.conf
[libdefaults]
default_realm = MYDOMINIO.COM
dns_lookup_kdc = no
dns_lookup_realm = no
ticket_lifetime = 24h
default_keytab_name...
2018 May 18
2
Dcs Replication
Hi!
I upgraded DC2 and DC3, i will upgrade DC1,, but i will wait
In DC3 dont correct message... :-|
In DC2/DC3 new msg in syslog
many messages equal to this in syslog:
May 18 11:50:43 DC3 samba: conn[named_pipe] c[unix:]
s[unix:/opt/samba/var/run/ncalrpc/np/netlogon] server_id[2157][2157]:
schannel_check_required: [LOJA09A] is not using schannel
What this it is ?
Regards
On
2013 Oct 02
2
Problem with squid+ntlm+samba
...ram ntlm children 45auth_param basic program /usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-basicauth_param basic casesensitive offauthenticate_cache_garbage_interval 10 secondsauth_param basic children 45auth_param basic realm Please enter your credentials to access the proxyauth_param basic credentialsttl 600 minutesacl password proxy_auth REQUIREDhttp_access allow unrestricted_hostshttp_access allow password localnet# Default block all to be surehttp_access deny all
My winbind_privileged
drwxr-x--- 2 root proxy 512B Oct 2 10:00 winbindd_privileged
Error logs:
[2013/10/01 19:39:44, 0] utils/n...
2007 Mar 24
1
Binding an ip address to an username with SQUID passwod file
...ith squid by using squid
password file.
I am using ncsa_auth programme. Below are line that I have added to
squid.conf file.
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
acl ncsa_users proxy_auth REQUIRED
http_access allow ncsa_users
We are currently browsing internet with usernames and passwords. But the
problem is a user can access internet from all the workstation with his
username and password. I do not need it. I on...
2018 Sep 07
3
NTLM auth, better on a DC or on a DM?
On Fri, 2018-09-07 at 20:14 +0200, Luca Olivetti via samba wrote:
> El 7/9/18 a les 17:59, Marco Gaiarin via samba ha escrit:
>
> > It is better to install squid/freeradius in the same host of a DC, or
> > don't bother at all so they can be installed also on a DM?
>
> I don't know if it's better but I'm running freeradius with ntlm_auth on
> a
2005 Nov 07
4
Urgent Samba / Squid NTLM Auth Problems
...ram ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes auth_param ntlm children 2
auth_param basic program /usr/local/libexec/squid/ntlm_auth
--helper-protocol=squid-2.5-basic -d9
auth_param basic children 2
auth_param basic realm Cache NTLM Authentication auth_param basic
credentialsttl 2 hours
Anyone have any idea as to why that would happen when only using squid? Is
there an option that we need to set to make the authenticator use ntlmv2
only or something like we had to do for samba? Does ntlm_auth not understand
the v2 protocol properly?
Onto another question, when I join th...
2005 Apr 04
1
IE improperly prompts for credentials; ntlm_auth with Samba 3.0.13, Squid 2.5.STABLE7, RedHat Linux 9.0, SmartFilter 4.01
...on
# schemes supported by Squid.
#
# format: auth_param scheme parameter [setting]
#
# The order in which authentication schemes are presented to the
client is
.
.
.
auth_param basic children 5
#auth_param basic realm Squid proxy-caching web server
#auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
# Site specific configs
auth_param ntlm program /usr/local/samba/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 30
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param basic progr...
2009 Mar 31
1
Samba PDC & Squid NTLM Auth - Same machine
...m /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp C1.SV/PDCSRVC1SV
auth_param basic program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-basic C1.SV/PDCSRVC1SV
auth_param ntlm children 100
auth_param basic children 100
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
The pdc works as expected, machine join works like charm, users and
groups management works equally right, all accounts are placed in the
LDAP, getent passwd, groups and shadow shows the ldap accounts
I also did a few tests with wbinfo
e01ssvsai:/var/lib/samba/winbindd_privileged # wb...
2003 Oct 29
3
[Fwd: [squid-users] NTLM Authentication Problem]
..._param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
#
auth_param basic program /usr/local/samba/bin/ntlm_auth -d 10
--helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Highmark Proxy Server
auth_param basic credentialsttl 2 hours
acl internet proxy_auth REQUIRED
http_access allow internet
http_access deny all
samba configured with:
--with-winbind --with-winbind-auth-challenge --with-libsmbclient
--with-ads --with-krb5=/usr/local
smb.conf configuration:
[global]
workgroup = TSTDOM
netbios name = squidtest...
2018 May 18
0
Dcs Replication
...lper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 25 startup=0 idle=1
auth_param ntlm keep_alive on
auth_param basic program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
auth_param basic children 25 startup=5 idle=1
auth_param basic realm Autenticacao Proxy Server
auth_param basic credentialsttl 2 hours
Any Idea?
Regards;
On 18-05-2018 11:54, Carlos wrote:
>
> Hi!
>
> I upgraded DC2 and DC3, i will upgrade DC1,, but i will wait
>
> In DC3 dont correct message... :-|
>
> In DC2/DC3 new msg in syslog
>
> many messages equal to this in syslog:
>
> May 18...
2004 Nov 29
0
[newbie] SQUID/SAMBA problems with NTLM_Auth
...auth_param ntlm children 45
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param basic program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
And my ACL's
acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
http_access allow localhost
acl AuthorizedUsers proxy_auth REQUIRED
http_access allow all AuthorizedUsers
http_access deny all
http_reply_access allow all
And if I try to browse anywebsit...
2005 Jun 17
0
NTLM, Squid & default domain
...x_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 20 minutes
auth_param basic program /usr/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
--require-membership-of=ourdomainame\\ourgroupname
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
Ill post my smb.conf if its asked for but winbind is working fine so
im pretty certain the problem doesnt lie there.
--
There is no gravity the world sucks.
- William Gibson - Pattern Recognition
2009 Jun 25
0
ADS auth for squid
...r/local/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 5
auth_param ntlm keep_alive on
auth_param basic program /usr/local/bin/ntlm_auth
--helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
2009 Dec 28
2
Samba4 and Squid3 with ntlm_auth
.../bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 5
auth_param ntlm keep_alive on
auth_param basic program /usr/local/samba/bin/ntlm_auth
--helper-protocol=squid-2.5-ntlmssp
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
acl all src 0.0.0.0/0.0.0.0
acl authenticated proxy_auth REQUIRED
http_access allow authenticated
http_access deny all
## End of file
With this configurations files the IE8 (in windows) and FireFox (in linux)
show me the auth box but my user can't...