similar to: sharing users home dirs for Win2003 and linux

Displaying 20 results from an estimated 200 matches similar to: "sharing users home dirs for Win2003 and linux"

2008 Jun 20
15
before_save model callback rspec testing
hi all, i''m learning rspec and i can''t figure out how to test if a callback is executed in a model. my model code is: class User < ActiveRecord::Base before_save :encrypt_password ... def encrypt(password) self.class.encrypt(password, salt) end thanks a lot, cs. -- Posted via http://www.ruby-forum.com/.
2015 Apr 14
3
wbinfo -u/-g/-n works, but not 'wbinfo -i' or 'id'
On 14/04/15 20:59, Adam Tauno Williams wrote: > On Tue, 2015-04-14 at 15:20 +0100, Rowland Penny wrote: >> On 14/04/15 14:59, Adam Tauno Williams wrote: >>> On Thu, 2014-10-30 at 13:41 -0300, Horacio G. de Oro wrote: >>>> Hi! I'm trying to add a member to be used as fileserver, following the >>>> guides at: >>>> -
2005 Sep 21
1
I got "403", "Forbidden"... please help
Hi, I'm setting up Asterisk as a voicemail with SER. My problem is, when a caller that is not registered with asterisk (no username and password in sip.conf) it prompts "403, Forbidden" . I need all calls from outside of my network to reach asterisk for my users' voicemails, because anonymous users will surely reach voicemail of my users to leave messages. What do I
2009 Nov 17
4
fts squat non-english search for 2 words
Hello, It looks I encoutered a bug or misconfiguration. fts_squat search for subject and body works excellent for English mails. For non-English (in particular, Russian) it works only when query consists of 1 word. Phrases - 2 and more words - always returns nothing. Example: search for "planet" ("???????") returns results, search for "Earth" ("?????") also
2007 May 14
3
pxe password protect option
Hi, I have tried several different line options, but I cannot seem to get the pxe master password option to work? I have basically tried all combinations of: DEFAULT local PROMPT 0 ALLOWOPTIONS 1 TIMEOUT 500 MENU TITLE sometitle MENU MASTER PASSWD somepassword But just can't seem to get the menu to prompt for a password. version I have is pxe 3.31 Thanks for any help
2013 Jul 19
0
Samba4 PDC to Samba4 DC works great, Win2003 PDC to Samba4 DC not so great
I've posted before about this but I'll add more info. I've set up two Samba DCs in a domain, using both 4.0.7 and 4.1RC1, and all works great including Forest and Domain DNS repl in both directions. When I add a Samba 4.0.7 or 4.1RC1 DC to an existing Win2003 PDC with Forest level of 2003, Forest and Domain DNS repl is only from PDC to DC, never in the other direction. I've
2006 Nov 20
0
problems mounting Win2003 Server Share - smbclient is working smbmount is not
Hi Andi, I am having the same problems. Did your solution work? I have tried cifs, but this doesn't support kerberos and SBS Active directory uses kerberos to authenticate. Any help would be appreciated. Best Regards Mark
2005 Mar 11
0
OpenSSH for Win2003 Server
Couldnt find a solution for dropping out of the session after loggin in using key authentication. But if you start the service as a user instead of system and chown and chmod the /var/log/OpenSSHd.log to give that user appropriate rights it works fine. ************************************************************ Opinions contained in this e-mail do not necessarily reflect the opinions of the
2012 Aug 09
1
Rgd. publick key authentication failure in Win2003 !!
Hello OpenSSH team, First of all thanks for your OpenSSH tool which helped us a lot in testing our SSH-SFTP client applications. Your tool is developed as per the standards and we suggested the same to our customers also to use with our client applications. Actually now I am facing some problem when I try to connect to OpenSSH server installed in Win2003 using Public key authentication.
2008 Aug 18
1
Win2000 / Win2003 ADS dnsHostName and servicePrincipalName
Sharing my experience with SSO of Linux clients to Active Directory. Over the last 2 years or so, i had a great deal of trouble getting and _keeping_ authentication to our Win2000/Win2003 Active Directory system working from OpenSUSE and CentOS clients. ADS authentication would work until reboot, a few days, a month max. We'll see how long this lasts. Another problem was dealing with the
2008 Dec 08
1
Dovecot authenticating---> Active Directory Win2003
Hello list, I have installed 4 Etch, with dovecot 1.0.rc15-2, and I wanted that when the users make IMAP/POP3, the dovecot verifies the user/passwd in a Active Directory of Windows 2003. Greetings -- Usemos el Software Libre "Con todos y para el bien de todos" Michel Vega Fuenzalida Usuario Linux: 353763 Coordinador del?Grupo Linux Pinero T?cnico de Laboratorio Centro
2003 Aug 02
1
beta3 winbind and win2003 server
I'm using samba3-beta3 successfully against a Win2000 AD domain controller, but cannot get winbind woking with a Win2003 AD domain controller. The samba log gives: [2003/08/02 17:35:51, 1] libsmb/cliconnect.c:cli_negprot(1019) cli_negprot: SMB signing is mandatory and we have disabled it. [2003/08/02 17:35:51, 1] libsmb/cliconnect.c:cli_full_connection(1319) failed negprot Has
2004 Apr 27
0
Can't access shares from Windows Clients (Win2003 AD & Samba3 as Member Server)
This is my first venture into the world of Samba 3. I have a Win2003 AD domain in native mode (no Win2000, NT4 domain controllers.) My samba server successfully joined the domain. The problem I'm having is when I try to access shares on the samba server from a windows client, I get a Username/Password prompt. Giving my AD username/password doesn't work. Tried all variations of my
2004 May 19
1
connecting to a win2003 share from a samba in a domain
hello everybody. I am trying to connect to a windows 2003 server in a domain environment (active directory) from a samba box. The samba server successfully joined the domain, but when I try even to list the shares it gives me a sad tree connect failed: NT_STATUS_ACCESS_DENIED I try the same command from another linux box which isn't part of the domain, and everything works. Password and
2004 Sep 27
1
lost trust with win2k -> win2003 upgrade
Hi all. We are trying to migrate our domain controllers to win2003 and for some reason, samba loses its trust relationship with the server once the PDC has been upgraded. I'm running Samba 2.2.11. Normally, "wbinfo -t" returns "Secret is good.", but after the server was upgraded to win2003, the trust was lost and it started saying "Secret is bad." The wierd
2004 Dec 17
0
adding and updating DNS entries on a Win2003 AD server
I'm trying to create/update DNS records on a Windows 2003 server from a Linux (Debian) client. The situation is this: - a Linux workstation, that gets its IP from a DHCP server - a completely separate Windows 2003 AD server, that handles DNS for workstations (mainly laptops) in our domain The DHCP server is owned by IT and is totally outside our control, so no possibility of doing it
2005 May 01
1
wbinfo -n and wbinfo -s are broken with win2003 SP1
Hi All, I upgraded my windows 2003 enterprise server to sp1 and having problems with winbindd/wbinfo. I am using samba 3.0.6 and joined as ADS wbinfo -u wbinfo -g wbinfo -p wbinfo -t work like a Swiss watch However wbinfo -n ephi wbinfo -s ..... DO NOT WORK. Is the latest SAMBA release (3.0.15pre2 and up) cover those issues (-n and -s) If we joined as DOMAIN (NT4 style)
2005 Jul 18
0
Authenticating against Win2003 Server
Hi, I'm running a Debian Sarge box that I want to authenticate against a Win 2003 Server. I understand that the old RH way of doing it was to use pam_smb_auth.so, which was easy to set up but inherently insecure. So, I've configured pam, winbind and samba, but obviously not quite correctly. When I try to su to a user with a windows password it fails and I get the following error in
2005 Oct 17
0
:Re: Unknown PAM failiure in WIN2003/ Active Directory + samba
Huh....2.6.16.4....i mean! :) In smb.conf, i removed obey pam restrictions and now it works... What does "obey pam restrictions" do ? Cheers, Phil. - Hash: SHA1 Philippe Dhont (Sea-ro) escreveu: > Hello, > I have an existing windows 2003 network and now try to add a new linux > server with samba/kerberos support for unified logon authentication. > Normally, everything
2007 Apr 02
0
Samba mounts failing to Win2003 Server
We have a Windows 2003 fileserver here on a domain. I've been mounting it via Linux for a couple years now. Some time in the last three months it stopped working. Perhaps some patch was applied that broke things? I have no idea what's causing it but I always get a permission denied error message. root@snikt(/mnt) :mount q-drive/ mount error 13 = Permission denied Refer to the