Displaying 12 results from an estimated 12 matches for "authenticanting".
Did you mean:
authenticating
2003 May 06
1
smbadduser error
Hi List,
I have a problem authenticanting some of the users into a Windows 2000 PDC
with Samba 2.2.5.
The thing is that I can add some of the users in the PDC as Samba users but
with some of them I can't, I run the following command and I get this:
# smbadduser lrodrigu:lrodrigu
ERROR: lrodrigu Not in passwd database SKIPPING...
#
Bu...
2005 Apr 01
0
Gateway with 9 VMs
...LAN
UML2=mailrelay/dmz
UML4=webrelay/dmz
UML3=external firewall, connected to the NET
UML5 and UML6 are used for connection to one ADSL line
that is used solely for outgoing http requests and
related incoming responses:
UML5=proxy, connected to internal LAN
UML6=adsl, connected to the NET and authenticanting
UML7 and UML8 are used for connection to our second
ADSL line that is used solely for outgoing http
requests and related incoming responses:
UML7=proxy, connected to internal LAN
UML8=adsl, connected to the NET and authenticanting
All of that is in production for over a year, no
problems but ve...
2019 Apr 25
3
Windows clients require reboot once a day in order to access mapped drives
...(if chrony is installed, this will disable and mask chrony in
systemd)
apt install ntp
# First comment out the default NTP ACLs
sed -i 's/^restrict -/#restrict -/g' /etc/ntp.conf
# Then add some samba specific settings to /etc/ntp.conf
cat << EOF >> /etc/ntp.conf
# Use AD for authenticanting Windows NTP clients
ntpsigndsocket /var/lib/samba/ntp_signd
# Acess control
# Default restriction: Allow clients to only query the time
restrict -4 default kod notrap nomodify nopeer noquery mssntp
restrict -6 default kod notrap nomodify nopeer noquery mssntp
# We're running in a VM, so we ne...
2001 Oct 02
2
AFS and tokenforwarding
For some reasons the afs tokenforwarding stuff has changed
siginificantly from v 2.9p2 to 2.9.9p2.
This makes it impossible to use public key authenticication in a
standart AFS environment.
I don't know the reasons for these changes.
In any case attached is a patch which restores the old behaviour.
Regards
Serge
--
Serge Droz
Paul Scherrer Institut mailto:serge.droz at
2000 Nov 30
1
Problem and Patch: Multiple keys in ssh.com V2 agent
Hello!
I recently discoverd a problem with ssh.com's ssh-agent2 and OpenSSH:
If I have more than one key in my agent, then the agent tries to
authenticicate me with every one of them at the OpenSSH server; but none
of them is a valid key for that server. The Problem is that the Server
increments the authctxt->attempt at every of that tries. So even if you
want to login with a password at
2001 Nov 12
4
Please test -current
Could people please test -current? We will be making a release fairly
soon.
-d
--
| By convention there is color, \\ Damien Miller <djm at mindrot.org>
| By convention sweetness, By convention bitterness, \\ www.mindrot.org
| But in reality there are atoms and space - Democritus (c. 400 BCE)
2019 Apr 25
0
Windows clients require reboot once a day in order to access mapped drives
...k
> chrony in systemd)
> apt install ntp
>
> # First comment out the default NTP ACLs
> sed -i 's/^restrict -/#restrict -/g' /etc/ntp.conf
>
> # Then add some samba specific settings to /etc/ntp.conf
> cat << EOF >> /etc/ntp.conf
>
> # Use AD for authenticanting Windows NTP clients
> ntpsigndsocket /var/lib/samba/ntp_signd
>
> # Acess control
> # Default restriction: Allow clients to only query the time
> restrict -4 default kod notrap nomodify nopeer noquery mssntp
> restrict -6 default kod notrap nomodify nopeer noquery mssntp
>
&g...
2003 May 06
0
Réf. : smbadduser error
...n, the user must be exist in unix password
DB.
I think that is the source of your problem.
-----------------------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A. Tel : 00 32 087/342467
Hi List,
I have a problem authenticanting some of the users into a Windows 2000 PDC
with Samba 2.2.5.
The thing is that I can add some of the users in the PDC as Samba users but
with some of them I can't, I run the following command and I get this:
# smbadduser lrodrigu:lrodrigu
ERROR: lrodrigu Not in passwd database SKIPPING...
#
Bu...
2014 Jun 04
0
Rails with Angular and Devise
I had a non-Angular Rails app with Devise powering the authentication.
Almost all of it.
However as we are moving it to AngularJS, had a question or two about how
to integrate that with Angular.
1. What all parts of Devise can still be used?
2. What are best practices around how to maintain session in angular?
3. Also, how do I manage multiple roles(*based on 2 different models*,
2001 Nov 20
3
problem with AFS token forwarding
Hello,
I came across an interoperability problem in OpenSSH 3.0p1 and 3.0.1p1
concerning the AFS token forwarding. That means that the new versions are
not able to exchange AFS tokens (and Kerberos TGTs) with older OpenSSH
releases (including 2.9p2) and with the old SSH 1.2.2x. In my opinion this
problem already existed in Openssh 2.9.9p1, but I have never used this
version (I only looked at the
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a
new release soon.
If you have any patches you would like us to consider, please resend
them to the list ASAP.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
2019 Apr 25
2
Windows clients require reboot once a day in order to access mapped drives
>
> At this point I'm starting to get in over my head and could use some
> direction. This looks like a Windows 10 client bug, but given that I can't
> see the full SMB conversation (due to encryption) I'm not certain whether
> the samba server is replying in the way the client expects. Can you or
> someone else help me either find a work around or a resolution?