similar to: Authenticating with Active Directory

Displaying 20 results from an estimated 100 matches similar to: "Authenticating with Active Directory"

2005 May 26
3
Help with samba and a VM
I'm having some issues with a VM accessing a Samba share on a Unix server. When the user is not logged into the VM he has no problem accessing the share. When he logs into the VM and then tries to access the samba share he gets the following message: ERROR CODE: 1326 Logon failure: unknown user name or bad password. Here are my specifics: Samba version: 2.25 OS: HP 11.00 Smb.conf: #
2002 Nov 21
1
Help with smbpasswd
I am running samba version 2.0.7 on a HP 11.00 server. I have a local pc account that is trying to access a samba share and is being prompted for a username and password (which usually does not happen). When I look in the log file, I see the following. How can I troubleshoot this. Any help is appreciated. [2002/11/21 15:33:04, 1] smbd/reply.c:(988) Username pcguest is invalid on this system
2018 Sep 19
1
Sieve and output variable for execute
I'm trying to get blow Sieve filter to work require ["fileinto", "imap4flags", "mailbox", "body", "envelope", "vnd.dovecot.pipe", "variables", "vnd.dovecot.execute"]; if envelope :matches "To" "*@*" { set "recipient" "${0}"; set "user" "${1}"; set
2013 Jul 26
1
Error demoting
Hi. I'm trying to demote my samba4, but i'm getting an error: [root at adteste bin]# ./samba-tool domain demote -U administrator ERROR: Current DC is still the owner of 2 role(s), use the role command to transfer roles to another DC The thing is that all roles are transfered to my another controller, as you can see (SERVER2): [root at adteste bin]# ./samba-tool fsmo show
2007 Dec 17
14
Change in isolation behaviour 1.08 - 1.10 ?
Hi, I just moved from 1.08 to 1.10 and now have one example failing, which, under 1.08, passed. Is the due to a change in behaviour? Here''s my spec (removed some passing examples) require File.dirname(__FILE__) + ''/../spec_helper'' describe "A user" do before(:each) do @user = User.new @valid_user = User.new( :email =>
2008 Jan 29
8
Strange issue with share visibility
I am running Samba, version 3.0.25b-1.el5_1.4 , on a Linux box running CentOS version 5. My smb.conf is as follows: # #======================= Global Settings ===================================== [global] # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH workgroup = FCGNET # server string is the equivalent of the NT Description field server string = Samba Server
2011 Jan 17
4
Factory Girl and attr_accessor with validation
I have a problem with a recent change to one of my models when created via Factory.create. class User < ActiveRecord::Base attr_accessor :tc_check validates :tc_check, :presence => true, :acceptance => true ... end The following definition fails, when calling Factory.create(:valid_user) Factory.define :valid_user, :class => User do |u| u.email
2009 Apr 06
9
setup method in functional tests and instance variables
I have the following in my functional test file. class UserControllerTest < ActionController::TestCase fixtures :users def setup @controller = UserController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new @invalid_user = user(:invalid_user) @valid_user = users(:valid_user) end def test_login_success
2011 Apr 14
1
a little problem with extJS & log in form
have user_cotnroller class UserController < ApplicationController def authenticate if request.post? #User.new(params[:userform]) will create a new object of User, retrieve values from the form and store it variable @user. @user = User.new(params[:userform]) #@user = User.find_by_id(params[:id]) #find records with username,password valid_user =
2008 Mar 01
0
Fixtures in ActionController::TestCase
Hi guys, Need some help. I am using Rails 2.0 and while writing functional test, I encountered the following problem class UserControllerTest < ActionController::TestCase fixtures :users ... def do_something attempt_login(users(:valid_user)) # assuming valid_user is a proper line in ... end def attempt_login(user) post :login, :user => { :login => user.login, :password
2010 Jul 31
4
Exception: can't dup Symbol
Hey everybody, I''m trying to test a little piece of code I wrote, and I get the following error: Exception: can''t dup Symbol It happens in the following line: try_to_login @valid_user, :remember_me => "1", where the function try_to_login is: def try_to_login(user, options = {}) user_hash = {:screen_name => user.screen_name, :password => user.password}
2012 Feb 27
1
samba 4 how to enable winbindd
Hello, I configured a domain controller on a ubuntu server using samba 4 alpha 15 using ubuntu's distribution packages and followed this howto: https://wiki.samba.org/index.php/Samba4/Winbind to have unix account for domain users but winbindd is not running; these two commands from the howto does not work: Wbinfo -p Wbinfo -u I configured debug logging for pam as well as samba (log level 5)
2005 Mar 03
0
RE: Getting phpconfig to work?
Hi, When I do click on the phpconfig.php link from http://ip-of-machine/phpconfig/, it returns a page with the actual contents of that file (phpconfig.php) and doesn't load the page. See some of the output below; <?PHP /** * * Asterisk configuration file interface script * * * * * * phpconfig:,v 1.0 2003/07/03 17:19:37 * Authors: Dave Packham <dave.packham@utah.edu> *
2008 Feb 22
0
samba panic
Hi everybody... i got these error when i try to logon onto my PDC.. Feb 22 13:36:49 server smbd[766]: [2008/02/22 13:36:49, 0] lib/fault.c:fault_report(41) Feb 22 13:36:49 server smbd[766]: =============================================================== Feb 22 13:36:49 server smbd[766]: [2008/02/22 13:36:49, 0] lib/fault.c:fault_report(42) Feb 22 13:36:49 server smbd[766]: INTERNAL ERROR: Signal
2005 Mar 03
1
RE: Getting phpconfig to work?
Hi, When I do click on the phpconfig.php link from http://ip-of-machine/phpconfig/, it returns a page with the actual contents of that file (phpconfig.php) and doesn't load the page. See some of the output below; <?PHP /** * * Asterisk configuration file interface script * * * * * * phpconfig:,v 1.0 2003/07/03 17:19:37 * Authors: Dave Packham <dave.packham@utah.edu> *
2005 Mar 03
0
RE: Getting phpconfig to work?
Hi, Does phpconfig require a particular php package installed? I have php4-4.3.10_1 installed on my box. Does this have an effect? What do I need to change in terms of ownership and permissions to files located in the phpconfig directory? At the moment I have, drwxr-xr-x 4 root wheel 512 Mar 3 13:09 . drwxr-xr-x 8 root wheel 512 Mar 3 12:15 .. drwxr-xr-x 2 root wheel 512 Feb 24
2011 Mar 03
1
pam_winbind([sshd|su|...]:account): valid_user: wbcGetpwnam gave WBC_ERR_DOMAIN_NOT_FOUND
I've been getting these in my log for some time and was wondering what I had to do to get 'pam_winbind' to 'work' with my samba 'DC'? In looking around the net, others w/this error message were having a problem with blocking login's and password changes, completely. In my case, I have the 'pam_winbind.so' module in '/etc/pam.d/common-passwd' setup
2010 Sep 02
2
unanswered questions
Hello, Since some months I can not get any feedback from you for my questions in two different account with the same name. I just wonder is there any specific reason for it? Maybe my english is not so clear or I ask wrong questions for wrong lists I don't know but in any case I think I should have been informed. Sincerely Yours Murat Can Tuna
2018 Jun 14
3
No write access on new shares until smbd is restarted
Rowland, Sorry - here are the globals and share config: [global] template shell=/bin/bash log file=/var/log/samba/log.%m log level=8 max log size=5000 passdb backend=tdbsam load printers=no printing=bsd printcap name=/dev/null map to guest=bad user [2430_ram] path=/data/fs/2430-ram guest ok=no browseable=yes create mask=0775 directory mask=0775 read only=no follow symlinks=yes wide links=no
2018 Jun 14
0
No write access on new shares until smbd is restarted
On Thu, 14 Jun 2018 20:14:13 +0200 Eugene Pankov <e at ajenti.org> wrote: > Rowland, > > Sorry - here are the globals and share config: > > [global] > template shell=/bin/bash > log file=/var/log/samba/log.%m > log level=8 > max log size=5000 > passdb backend=tdbsam > load printers=no > printing=bsd > printcap name=/dev/null > map to guest=bad