similar to: Need urgent help with "user_info->client_domain.str" and "user_info->domain.str"

Displaying 20 results from an estimated 700 matches similar to: "Need urgent help with "user_info->client_domain.str" and "user_info->domain.str""

2004 Mar 02
0
LDAP-Domain confusion
Hi there, this one starts driving me nuts: 1. Configuration: - iPlanet LDAP Server - Solaris 9 Server 1 - Samba 2.8.8, Domain: FRSTPRV - Solaris 9 Server 2 - Samba 3.0.x, Domain: FRSTPRV.DE (Problem occurs, using whatever domain name) - x means Version 1 and Version 2a have been tested... - Both samba servers are physically different machines! 2. Solaris Server 1 using
2005 May 16
1
htaccess authentication asks for MySQL table test.user_info
Hello. I tried to create an access file with 'htpasswd -c /etc/httpd/conf/myfile.htaccess testuser'. In the SSL directory I have put a .htaccess file containing the followings: AuthUserFile /etc/httpd/conf/myfile.htaccess AuthName "Mydomain" AuthType Basic require valid-user This worked with CentOS 3. Now with CentOS 4, apache version 2.0.52, the access to the page is
2005 Jul 14
0
htaccess authentication asks for MySQL table test.user_info
Hello. For users interested in the MySQL authentication problem for SSL pages, there is another way to prevent mod_auth_mysql to do this mySQL authentication. This has been reported by Brent: In the /etc/httpd/conf/httpd.conf file, add the directive: <Directory xxxxxx/ AuthMySQLEnable off AllowOverride All </Directory> You can also add it to your .htaccess file. Thanks
2015 Nov 26
2
nitwit's attempt to edit samba source
Hi, Since I really would like some more info (specifically: remote ip address) to be logged with failed password attempts, I have tried to edit the samba source code. :-) Anyway, I changed in source4/auth/ntlm/auth.c > if (tevent_req_is_nterror(req, &status)) { > DEBUG(2,("auth_check_password_recv: " > "%s authentication for user [%s\\%s] " >
2009 Jul 07
1
Adding data in two tables simul;taneously with Validations
Hi All, I have 2 tables 1] user_infos & 2] users class UserInfo has_one :user validates_presence_of :city class User belongs_to :user_info validates_presence_of :first_name i write following code in my create method. @user_info = UserInfo.new(params[:user_info]) @user=@user_info.build_user(:first_name=>'''') if @user_info.save else end now what i want is to
2018 Feb 06
2
win 10 login - Not enough storage is available to process this command
hi everyone I've had a Win 10 Pro client to a non-AD samba fine for a long time. Suddenly I could not logon new user(which had not logged in on that Win box before). I was lazy, I remember that quickest thing that worked once in the past was remove & re-add client, you know, in Windows itself, to the domain. Now I cannot login any user at all at that Win box(even though the box was
2005 Mar 21
2
PDC Migration - Mapping user \ from...
Hi, I'm trying to migrate our PDC from samba 2.2.3 on redhat 7.3 to samba 3.0.10 on fedora core 3. We use smbpasswd which I have copied to the new server - all the unix users and groups are yp'd so they're the same on both servers. Everything seems to work fine initially. Most people can log on and get their roaming profile from most machines (they can all log in from their own
2018 Jan 16
2
Request for credential for just one user on one specific machine when using FQDN
Hi, I have deployed a new file server (Samba version 4.6.2, CentOS 7) which is running as a member of an AD domain (The DCs are both Windows server 2012, forest and domain level is 2012 as well). I'm using the AD backend to store SID/UID mappings. So everything is working fine except for one specific user on one specific workstation (Windows 10) who can only access the file server with
2016 Dec 20
2
samba 4.5.0 on hpux ia64: smbd not able to use domain users for file sharing
Hi, I have added below lines in smb.conf idmap config CIFSDOM:backend = rid idmap config CIFSDOM:range = 10000-999999 But still i am getting same error. *I am also attaching logs * *winbind logs:-* userinfos: struct wbint_userinfo acct_name : * acct_name : 'gold'
2016 Dec 20
2
samba 4.5.0 on hpux ia64: smbd not able to use domain users for file sharing
Hi , Below is the content of smb.conf file for ADS member. [global] password server = WIN2008.CIFSDOM.COM client ldap sasl wrapping = plain security = ADS workgroup = CIFSDOM realm = CIFSDOM.COM guest account = smbnull log file = /var/log/samba/%m.log log level = 10 # Default idmap config used for BUILTIN and local accounts/groups
2023 Jun 01
2
winbindd authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently
Hi, I recently upgraded a smb server from Ubuntu 18.04 to Ubuntu 20.04 which required the Samba version to be upgraded from 4.7.6 to 4.15.13. Post the upgrade, winbind authentication fails with NT_STATUS_RPC_SEC_PKG_ERROR intermittently. The error goes away on restarting the smb service but comes back after some time. There were no isses with the setup before the upgrade. Tried clearing the
2015 Nov 27
2
nitwit's attempt to edit samba source
Hi Viktor! Thanks for your try at this, I am already doing what you suggest: the iptables - timestaps. But that is rather troublesome, and I would very much samba to log this vital info. Anyway, I tried what you suggested, and now it stopped compiling. :-) Does this error perhaps tell you something, or are you just as clueless as I am now: > [1955/4033] Compiling source4/auth/ntlm/auth.c
2016 Mar 24
2
no logon server
I have an NT domain on Debian Stretch. It's been upgraded numerous times, but has been running for almost a decade. Since upgrading from 4.1.17 to 4.3.3 (huge Debian jump), then to 4.3.6, clients cannot connect to shares. Prior to upgrading, I found the changes mentioned for 4.2 regarding NT domains and applied them. Even so, I still cannot connect to network shares nor print to
2007 Dec 05
1
Is Samba PDC + NT4 DOM Trust using NTLMv2 possible?
My Question: ------------ Is it possible to get 2-way Interdomain Trust relationships working between a Samba domain and an NT4 SP6a domain, while restricting all password hashes to NTLMv2 only? Everything works except the inter-domain trust I'm able to get the NT4 domain to trust the Samba domain, but not the other way around. My System: ---------- I have a perfectly running Samba domain
2013 May 09
7
why i am getting this error
hi!! i am a newbie in ROR, I am getting this error i understand what the error says but don''y know why i am getting this error. ActiveRecord::StatementInvalid in UserController#new Mysql::Error: Table ''user.users'' doesn''t exist: SHOW FULL FIELDS FROM `users` def new @user = User.new end def edit my user controller file contains :- class
2010 Nov 03
1
Samba 3.0.33, security = domain and Windows 2008 R2
I have a number of Samba servers on RHEL (Samba 3.0.33) in an AD environment using a mix of Windows 2008 and windows 2008 R2 servers. Configuration file is pretty minimal: [global] workgroup = AVWORLD security = DOMAIN log file = /var/log/samba/samba.log max log size = 500 wins server = 10.50.4.31 dns proxy = no #log level = 10 log level = 3 passdb:5 auth:10
2005 May 26
5
samba3 and kerberos authentication of users
Hi all, this is probably VFAQ, but I never found a working solution. I have a standalone samba server running samba ver. 3. In the network, we have heimdal kerberos used to authenticate users for pop3,imap,web-based applications etc. Now I would like to make the samba communicating with kerberos kdc so there will no longer be users in smbpasswd with separate passwords outside of kerberos. I
2010 Mar 05
2
Bug in driver-mysql.c + fix
I tried to use MySQL stored procedures from dovecot: password_query = CALL user_pass_check('%n', '%d', '%w') user_query = CALL user_info('%n', '%d') This failed with the message: User query failed: PROCEDURE imap.user_info can't return a result set in the given context The root of this problem is that mysql_real_connect() needs to be called with
2011 Oct 03
1
ADS authentication stopped working
Running Samba mostly on Redhat 5 with version 3.5.4-0.83 Also failed on Debian 3.5.6 and Solaris with a 3.5 version. Logging details here are from Redhat case. We have a similar problem on all Unix/Linux systems using ADS as the backend authentication for samba shares on Unix/Linux. It was working before today and we didn't change anything. Today, any time we try smbclient or a Windows drive
2016 Mar 28
1
no logon server
You may have included this in another email however I will ask anyway, did you set DNS to your server in the Linux and Windows clients? Can you check if a Windows Server can join? Can you use DNS management to check the DNS on you samba server? On Mar 28, 2016 2:15 PM, "Dale Schroeder" <dale at briannassaladdressing.com> wrote: > No takers thus far. These are the Samba 4.2