search for: validuser

Displaying 20 results from an estimated 38 matches for "validuser".

2007 Jan 27
1
make_server_info_info3: pdb_init_sam failed!
...---8<--- auth/auth_domain.c:domain_client_validate(199) domain_client_validate: unable to validate password for user root in domain DOMAIN to Domain controller \\PDC. Error was NT_STATUS_WRONG_PASSWORD. ---8<--- and when I try to connect to a share I get this: # smbclient //DMS/share -U validuser ---8<--- auth/auth_util.c:make_server_info_info3(1177) make_server_info_info3: pdb_init_sam failed! ---8<--- Connections directly to the PDC from the DMS work fine: # smbclient //PDC/someshare -U validuser Password: Domain=[DOMAIN] OS=[Unix] Server=[Samba 2.2.8a-UL] smb: \> quit Can a...
2002 Feb 28
3
is there a limit to the length of validusers= lines (i.e over 102 4 bytes)
Dear All We've noticed that old (1.9.18x) versions of samba do not like very long ( over 1020 ish bytes ) valid user= lines. I assume that a 1k buffer is overrun. Yes, we have that many users for some shares. What is the limit in more recent samba's (2.2.x) - I know this is in the source - so if someone could point me in the right direction I'll go look (I am not a great C
2009 Jan 27
2
Login form_tag with select_tag option
...er(LoginName, Password, RoleId...) and Role(RoleId, RoleName...) View - RoleNames to be loaded in the drop down box and On submit, RoleId to be passed to controller for authentication. My Code Snippet: #Controller if request.post? and params[:login] @user = User.new(params[:login]) validUser = User.find(:first,:conditions => ["login_name = ? and password = ? and role_id = ?",@user.logname, @user.password, @user.roleid]) if validUser @role = Role.find(:first, :conditions => ["id = ?", @user.roleid]) if @role.role_name == "Admin"...
2019 Jun 18
1
Dovecot LMTP rejecting mail from address with apostrophe
On 17.6.2019 14.07, Michal Krzysztofowicz wrote: > >> On 15 Jun 2019, at 21:09, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: >> >> >>> On 15 June 2019 10:56 Daniel Lange via dovecot <dovecot at dovecot.org> wrote: >>> >>> >>> Am 15.06.19 um 00:36 schrieb Michal Krzysztofowicz via dovecot: >>>> Would you know if
2019 Apr 11
0
LMTP, PAM session and home directory autocreation
...not LMTP agent's job to create user's home directory but pam_oddjob_mkhomedir.so module should do that. Right? And there are common PAM log entries for every user session: Apr 9 13:24:42 mailhost auth: pam_sss(dovecot:auth): authentication success; logname= uid=0 euid=0 tty=dovecot ruser=validuser rhost=::1 user= validuser Apr 9 13:24:42 mailhost auth: pam_unix(dovecot:session): session opened for user validuser by (uid=0) Apr 9 13:24:42 mailhost auth: pam_unix(dovecot:session): session closed for user validuser How to debug this problem and find out why Dovecot does not open PAM session...
2019 Apr 09
0
LMTP, PAM session and home directory autocreating
...ause it is not lmtp agent's job to create user's home directory but pam_oddjob_mkhomedir.so module should do that. Right? And there are log entries every PAM user session: Apr 9 13:24:42 mailhost auth: pam_sss(dovecot:auth): authentication success; logname= uid=0 euid=0 tty=dovecot ruser=validuser rhost=::1 user= validuser Apr 9 13:24:42 mailhost auth: pam_unix(dovecot:session): session opened for user validuser by (uid=0) Apr 9 13:24:42 mailhost auth: pam_unix(dovecot:session): session closed for user validuser I ask for help how to debug this problem and find out why Dovecot does not op...
2015 Oct 09
5
kerberos nfs4's principals and root access
...ab $ samba-tool user add root $ samba-tool domain exportkeytab --principal=root /etc/krb5.keytab Same problem but here "kinit -k root" works. $ kinit -k root ok ------ I tried to kinit anather samba user ------ -> on the client I kinit a valid user and write to the share $ kinit validuser $ touch /myshare/testfile2 Here the nfs4 connection is not made with the validuser's principal. Always with the machine's principal. ------- So ------- I don't understand why in can "kinit root" but not "kinit root/myclient.samdom.com". What's the difference...
2012 Jan 11
1
Dovecot LDA and address extensions - folders flood
Hi list, This post is slightly OT, I hope no one will take offense. I was following the wiki on using dovecot LDA with postfix and implemented, for our future mail server, the address extensions mechanism: an email sent to "validUser+foldername at mydomain.com" will have dovecot-lda automagically create and subscribe the "foldername" folder. With some basic scripting I was able to create hundreds of folders in a few seconds. So my question is how do you implement this great feature in a secure way so that funny r...
2011 Sep 13
1
"Waiting for authentication process to respond" for invalid users with auth_dovecot
...d." auth_dovecot process remains working in the background. How can I avoid this situation? # telnet 0 143 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Dovecot ready. o login validuser validpass o OK [CAPABILITY IMAP4rev1 LITERAL+ SASL o login validuser wrongpass o NO [UNAVAILABLE] Temporary authentication failure. o login non-existant anypass * OK Waiting for authentication process to respond.. Here is output of dovecot -n # OS: Linux 2.6.32-71.el6.x86_64 x86_64 CentOS Linu...
2006 Aug 18
3
share write access
...ta.user/groups/shares/ inheritacls = Yes path = /home ## Section - [homes] [homes] readonly = No browseable = No comment = Home Directories inheritacls = Yes validusers = %S ## Section - [printers] [printers] createmask = 0600 browseable = No comment = All Printers printable = Yes path = /var/tmp ## Section - [shareC] [shareC]...
2015 Oct 09
1
kerberos nfs4's principals and root access
...problem but here "kinit -k root" works. >> >> $ kinit -k root >> ok >> >> >> ------ >> I tried to kinit anather samba user >> ------ >> >> -> on the client I kinit a valid user and write to the share >> >> $ kinit validuser >> $ touch /myshare/testfile2 >> >> Here the nfs4 connection is not made with the validuser's principal. >> Always with the machine's principal. >> >> >> ------- >> So >> ------- >> >> I don't understand why in can "...
2015 Oct 09
3
kerberos nfs4's principals and root access
...gt; > >> $ kinit -k root > >> ok > >> > >> > >> ------ > >> I tried to kinit anather samba user > >> ------ > >> > >> -> on the client I kinit a valid user and write to the share > >> > >> $ kinit validuser > >> $ touch /myshare/testfile2 > >> > >> Here the nfs4 connection is not made with the validuser's principal. > >> Always with the machine's principal. > >> > >> > >> ------- > >> So > >> ------- > >>...
2008 Aug 19
4
Roaming profiles
...admin dn = "cn=config" ldap group suffix = ou=groups ldap machine suffix = ou=machines ldap passwd sync = Yes ldap suffix = dc=example,dc=org ldap user suffix = ou=people cups options = raw [homes] comment = Home Directories validusers = %S read only = No browseable = No writable = Yes create mask= 0700 directory mask = 0700 [netlogon] comment = Network Logon Service path = /var/lib/samba/netlogon share modes = No guest ok = Yes [profiles] path = /va...
2015 Oct 09
0
kerberos nfs4's principals and root access
...ipal=root /etc/krb5.keytab > > Same problem but here "kinit -k root" works. > > $ kinit -k root > ok > > > ------ > I tried to kinit anather samba user > ------ > > -> on the client I kinit a valid user and write to the share > > $ kinit validuser > $ touch /myshare/testfile2 > > Here the nfs4 connection is not made with the validuser's principal. > Always with the machine's principal. > > > ------- > So > ------- > > I don't understand why in can "kinit root" but not "kinit &gt...
1998 Oct 16
3
The credentials supplied conflict with an existing set of credentials
I have a different Unix userid for each project I'm working on, so I need to provide a different userid/password combination for each drive I map to my NT 4.0 SP3 system. But, whenever I try to supply a different userid in the "Connect As" box and hit "OK", I get the message: The credentials supplied conflict with an existing set of credentials Something I read in the
2004 Dec 23
0
Is there a fix available for CAN-2003-0190(with test program)
...Received disconnect from 127.0.0.1: 2: Too many authentication failures for senthil real 6.4 user 0.0 sys 0.0 Also the `if (problem) goto out;` loop doesn't introduce a time difference, bcoz the krb5 library call krb5_get_init_creds_password() fails for both validuser+badpasswd and invaliduser+badpasswd. I hereby given a test program which points that the above combinations have same fail sequence. However when the program is invoked with validuser+goodkerberospasswd, it will have different sequence. So I like to know whether the removal of authctxt->val...
2015 Oct 09
0
kerberos nfs4's principals and root access
...>> > > > >> ------ > > > >> I tried to kinit anather samba user > > > >> ------ > > > >> > > > >> -> on the client I kinit a valid user and write to the share > > > >> > > > >> $ kinit validuser > > > >> $ touch /myshare/testfile2 > > > >> > > > >> Here the nfs4 connection is not made with the validuser's > principal. > > > >> Always with the machine's principal. > > > >> > > > >> > >...
2015 Oct 09
5
kerberos nfs4's principals and root access
...> > >> I tried to kinit anather samba user > >> > > >> ------ > >> > > >> > >> > > >> -> on the client I kinit a valid user and write to the share > >> > > >> > >> > > >> $ kinit validuser > >> > > >> $ touch /myshare/testfile2 > >> > > >> > >> > > >> Here the nfs4 connection is not made with the validuser's > >> principal. > >> > > >> Always with the machine's principal. > >&gt...
2016 Aug 01
0
kerberos nfs4's principals and root access
...t;>>>> I tried to kinit anather samba user >>>>>>>> ------ >>>>>>>> >>>>>>>> -> on the client I kinit a valid user and write to the share >>>>>>>> >>>>>>>> $ kinit validuser >>>>>>>> $ touch /myshare/testfile2 >>>>>>>> >>>>>>>> Here the nfs4 connection is not made with the validuser's >>>> principal. >>>>>>>> Always with the machine's principal. >>&...
2006 Jul 14
2
Missing 'smbmount' on Ubuntu?
I have just started running Kubuntu Badger version 6.06. Although Samba seems to be installed, there is no smbmount program. What would I use to mount a samba share? Plain old 'mount -t smbfs'? Larry -- Larry Alkoff N2LA - Austin TX Using Thunderbird on Slackware Linux