Displaying 20 results from an estimated 1000 matches similar to: "Proxy with director accept only plain login"
2019 Jan 17
1
Authentication lost within session
When I open the mail client (thunderbird), I can access the mailboxes
and all of a sudden, I am loosing the authenticated session. Any idea's
where to look?
Jan 17 12:42:04 mail04 dovecot: imap-login: Login: user=<usertest>,
method=PLAIN, rip=192.168.10.219, lip=192.168.10.44, mpid=13403, TLS,
session=<NsYo4qV/CNfAqArb>
Jan 17 12:42:04 mail04 dovecot: imap(usertest): Debug:
2015 Aug 25
2
Import USER and PASSWORD Samba3+OpenLadp TO Samba4
That's my ldif I can import successfully. The problem is not passing the
password for the Samba4...
dn: cn=usertest,cn=users,dc=dominio,dc=local
objectClass: usertest
sAMAccountName: usertest
displayName: User Test
homeDirectory: /home/usertest
uid: usertest
cn: usertest
uidNumber: 10211
userPassword:: e1NTSEF9Mk1Ya0NSTGsxQjRDbGhmcnk5MTYybEFMOEVoTFowUkg=
sn: usertest
givenName: usertest
--
2019 Jun 19
2
Fwd: Re: Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
The 2 commands works :
# getent passwd MYDOMAIN\\usertest
MYDOMAIN\\usertest:*:10430:14513:user TEST:/home/usertest:/bin/bash
# getent group MYDOMAIN\\"Utilisateurs du domaine"
MYDOMAIN\utilisateurs du domaine:x:14513:
I have to put "Utilisateurs du domaine" instead of Domain\ Users because
the Windows AD is a french AD.
Le 19/06/2019 ? 12:32, Rowland penny via samba a
2003 Aug 26
1
change password on w2k workstation
Hi!!
I'm not able to change a user password on a workstation and with
smbpasswd when I'm log.
ex:
[usertest@pc070 usertest]$ smbpasswd
Old SMB password:
New SMB password:
Retype new SMB password:
machine 127.0.0.1 rejected the password change: Error was : RAP86: The
specified password is invalid.
Failed to change password for usertest
so when I'm root, that's work
The log
2005 Feb 22
0
Possible bug in openssh parsing of hosts.equiv for netgroups?
Open-SSH'ers,
I just noticed that ssh doesn't parse hosts.equiv the same as rsh.
I set up an usertest user on targethost, and then su'ed to usertest
on sourcehost. I put this in targethost's /etc/hosts.equiv
+ -usertest
+ at trusted-hosts (all hosts are rolled up into this netgroup)
this should disallow usertest from rsh'ing into targethost from all
hosts, but
2005 Apr 19
0
[Bug 1018] Incorrect parsing of hosts.equiv for netgroups
http://bugzilla.mindrot.org/show_bug.cgi?id=1018
Summary: Incorrect parsing of hosts.equiv for netgroups
Product: Portable OpenSSH
Version: -current
Platform: All
URL: http://marc.theaimsgroup.com/?l=openssh-unix-
dev&m=110909300030444&w=2
OS/Version: All
Status: NEW
Severity:
2019 Jun 21
0
Fwd: Re: Samba winbind on redhat 7
oups.. that was the reason
# authconfig --disablesssd --disablesssdauth --enablekrb5
--enablewinbind --enablewinbindauth --enablemkhomedir --update
ssh sftp works now
Thank you very much Rowland.
Le 21/06/2019 ? 12:57, Rowland penny via samba a ?crit?:
> On 21/06/2019 16:49, Edouard Guign? via samba wrote:
>> Yes, I have only one domain.
>>
>> Even after added
2019 Jun 21
0
Samba winbind on redhat 7
Yes, I have only one domain.
Even after added "winbind use default domain = yes" to smb.cnf, I cannot
ssh :
/Jun 21 12:43:59 [localhost] sshd[5938]: pam_sss(sshd:auth): Request to
sssd failed. Connection refused//
//Jun 21 12:43:59 [localhost] sshd[5938]: pam_krb5[5938]: TGT verified
using key for 'host/mysambserver at MYDOMAIN.LOCAL'//
//Jun 21 12:43:59 [localhost]
2019 Jun 19
2
Fwd: Re: Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
So I re run the test with domain users gid 14513
Still not working (sssd stopped, nsswitch.cnf with? "files winbind" for
passwd group, # net cache flush + restart winbindd smb)
On the samba server :
# wbinfo -i MYDOMAIN\usertest
MYDOMAIN\usertest:*:10430:*14513*:user TEST:/home/usertest:/bin/bash
In log, I have :
myw7worstation.log
/[2019/06/19 12:04:29.496822,? 1]
2019 Jun 19
0
Fwd: Re: Fwd: Re: Fwd: Re: Kerberos and NTLMv2 authentication
On 19/06/2019 16:16, Edouard Guign? via samba wrote:
> So I re run the test with domain users gid 14513
>
> Still not working (sssd stopped, nsswitch.cnf with? "files winbind"
> for passwd group, # net cache flush + restart winbindd smb)
>
> On the samba server :
> # wbinfo -i MYDOMAIN\usertest
> MYDOMAIN\usertest:*:10430:*14513*:user
2019 Jun 21
0
Samba winbind on centos 7 - "domain users" acls added
On 21/06/2019 17:41, Edouard Guign? via samba wrote:
> hello,
>
> My 2nd issue is about acls which are added by "Domain users".
> May you help me to solve it again ?
>
> Concerning this issue, on my samba share, I set permissions for the
> share "groups" located on /var/datashared for "domain admins" (rwx)
> and "domain users" (r-x)
2019 Jun 21
3
Samba winbind on centos 7 - "domain users" acls added
hello,
My 2nd issue is about acls which are added by "Domain users".
May you help me to solve it again ?
Concerning this issue, on my samba share, I set permissions for the
share "groups" located on /var/datashared for "domain admins" (rwx) and
"domain users" (r-x)
/var]# getfacl datashared/
# file: datashared/
# owner: root
# group: root
user::rwx
2019 Jun 21
0
Samba winbind on redhat 7
Hello,
I am facing 2 issues now.
The first one is the more critical for me...
1. When I switch from sssd to winbind with :
# authconfig --enablekrb5 --enablewinbind --enablewinbindauth
--enablemkhomedir --update
My sftp access did not work. Does it change the way to pass the login ?
I used to connect in sftp with userlogin / userpassword
//var/log/secure ://
/
/Jun 21 11:08:31 [localhost]
2007 Dec 07
1
html window
Salut Alex.
Je ne n''arrive pas à comprendre à quoi sert réellement: "HW_NO_SELECTION"
Est-ce que tu peut m''expliquez un peu plus en détail.
merci
sebastien
http://beusse.liveror.com
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Sep 09
1
ColourDialog
Bonjour Alex. Je voudrais savoir si il est possible de sauvegarder les couleurs quand on se sert de "ColourDialog"?
merci
Sebastien
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Apr 13
3
Salted Hash Login Generator problem
Im trying to install salted and get errors when running the rake test...
/usr/bin/ruby1.8 -Ilib:test
"/usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader .rb"
"test/unit/localization_test.rb" "test/unit/user_test.rb"
Loaded suite
/usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader
Started
........F....E
Finished in 0.108794 seconds.
1)
2019 Jan 22
1
Moving messages between servers with different configurations
This pulls over the whole test mailbox, but I need it to be stored in a
different mailbox, of course that is now possible to move from the local
test to the local INBOX/test2. But then I might aswell scp the mbox in
the first place.
Should we conclude that it is not possible with a single doveadm command
to move messages from RemoteServerA/usertest/mailboxA/messagesof2017 to
2007 Jun 22
1
exemple html - RSS
alex écrit:
Ce n''est pas possible d''afficher RSS/atom lui-même avec Wx::HtmlWindow.
Mais vous pouvez vous servir de quelques bibliothèques ruby pour
chercher RSS (par exemple ''net/http'', ''mechanize'', ''http-access2'') et
l''analyser (par exemple ''rexml'').
Donc, on devrait créer HTML qui répresente
2006 Jul 31
0
validates_confirmation_of won''t work
Hello folks, this is the first time I''ve written to this forum. If
there''s already a topic on this, forgive me but the search isn''t working
right now.
I seem to have a problem validating confirmation of a password. The
first two snippets are some model code and some test code that work just
fine:
----------------------------
class Challenge < ActiveRecord::Base
2006 Apr 28
2
Accessing fixtures from unit tests
I have set up some fixtures in test/fixtures/users.xml:
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
admin:
id: 1
username: admin
password: admin
pbarry:
id: 2
username: pbarry
I have a unit test for my user model:
require File.dirname(__FILE__) + ''/../test_helper''
class UserTest < Test::Unit::TestCase
fixtures :users
def