similar to: NT/ADS and UNIX user convergence using Samba

Displaying 20 results from an estimated 20000 matches similar to: "NT/ADS and UNIX user convergence using Samba"

2004 Feb 26
2
winbind and unix/nt login match use unix uid
Hi, I'm on solaris 9, and using winbind to be a part of our NT domain. I'm trying to determine if it's possible to configure winbind/smb so that when the nt login name matches the unix login name the share is mounted using their unix uid. With none matching account names, username map works fine. It doesn't appear that "johnsmith = johnsmith" works in the username map
1999 May 08
1
NT/UNIX/Samba passwords synchronization
I have a prerelease version of Samba 2.0.4 running successfully on MacOSX Server with encrypted passwords and domain security. (Thanks to help from Bill Chin and others on the list, and Jeremy Allison and rest of the samba team) I have just started work on testing Samba as a NT domain member, and want to know if I have the right ideas from my reading of the docs: With security = domain, the Samba
2002 Aug 15
1
Winbind in Samba 2.2.5 not automatically mapping the NT users with corresponding UNIX accounts
Have you tried in smb.conf username map = /usr/local/samba/lib/domainuser.map winbind use default domain = no For every user you have to create an entry in the /usr/local/samba/lib/domainuser.map, that looks like <unixusername> = "<domainname>+<username>" I?m using a script that generates the domainuser.map automaticly, because our users are using NIS
2003 Apr 01
1
How to read NT Domain accounts from a Unix box
Hi, Is there any open way of reading user/group accounts of a NT Domain from a Unix box? I guess, rpcclient is more like a hack of MS protocol. Is it the only way currently? Can anyone give more information on this? Thanks in advance. Ravi _______________________________________________________________________ Odomos - the only mosquito protection outside 4 walls - Click here to know more!
2004 Mar 29
1
problems with changing Unix UID's and Samba acting as a PDC
I am using samba 2.2.1a in the following environment: Solaris 8+RedHat 8+win2k/XP clients files are on a Network Appliance fileserver The samba server is used as a PDC for authentication with the NIS server. We don not have a windows server. Recently I was asked to change the Unix UID's of our employees. On the Unix side you modify NIS and run the chown command on all the users files. I than
2012 Jul 13
4
[LLVMdev] adding new data types to llvm
Hello . I would like to add new custom data type to llvm C parser, I use LLVM/Clang version 3.1. Adding new type instructions from llvm.org site are out of date (http://llvm.org/docs/ExtendingLLVM.html#type). Could you please provide me with guidance? Thanks in advance, Edvard  -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Dec 13
2
UNIX with samba .vs. native Windows Server , how to compare thei r performance for Windows-biased management
I had samba working on an old Sun Enterprise server using a JBOD that was managed with veritas volume manager (legacy stuff that had long outlived it's usefulness). Management arbitrarily decided to replace the aging Solaris server with a native Windows server without talking to me. I instead tried to persuade them to use an SGI cluster I had been putting together and use newer features of
2012 Jul 24
4
[LLVMdev] loop detection
Hello . I'm trying to implement FunctionPass for detecting loops in llvm IR. How can I get <condition> for loop from llvm::Loop object.? Is there any example? Thanks in advance, Edvard  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120723/85e7f2f9/attachment.html>
2012 Jul 25
2
[LLVMdev] regarding opt -indvars
Hello . opt -indvars pass does not generate canonical induction variable.  (NULL == loop->getCanonicalInductionVariable();) PLEASE explain why? and how can I fix it? Thanks in advance, Edvard  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120724/92a28ed5/attachment.html>
2012 Jul 23
1
[LLVMdev] llvm::LoopPass
Hi Edvard, _ZTIN4llvm8LoopPassE is "typeinfo for llvm::LoopPass". LLVM is built without typeinfo, so you will need to build your pass with -fno-rtti. Ciao, Duncan. > I'm trying to implement LoopPass. > Here is simple code : > > class LoopParser: public llvm::LoopPass > { > public: > static char ID; > > public: > virtual
2008 Mar 08
10
rspec groups?
One of the things I really liked about TestNG was the grouping feature. Are there any plans for rSpec to incorporate that? Is there any way to emulate that functionality in rspec? Will.
2012 Jul 23
0
[LLVMdev] llvm::LoopPass
Hello . I'm trying to implement LoopPass. Here is simple code :    class LoopParser: public llvm::LoopPass   {     public:       static char ID;     public:       virtual void getAnalysisUsage(llvm::AnalysisUsage &AU) const       {         AU.addRequiredID(llvm::LoopSimplifyID);         AU.addPreservedID(llvm::LoopSimplifyID);         AU.addRequired<llvm::LoopInfo>();       }    
1999 Oct 21
2
Changing Unix Login Passwords via samba according to the Passwords on the joined NT Domain?
Hi everyone, we are working in an big NT environment and now have a new Unix-area. What i want to do, is to change the unix login passwords according to changes in the NT system. The aim is, to simplify the password system, so that the users only have ONE password for everyting. Independend where they change it or on what system they are working on. I have successfully connected the samba
1999 Sep 28
1
Synchronising NT and Unix Passwords
Hi, I've been handed the administration of our Solaris 2.5.1 Server and have recently upgraded to Samba 2.0.5a. As the server is in a predominantly NTsp3 environment it was requested that when the NT passwords change (each month) the Unix Passwords should also change. All the NT and Win95 Clients are currently authenticating using Plain Text Passwords. Also the current security level is
2002 Jul 18
1
NT user name resolution to UNIX user name doesn't work the same
My departmental file server is on RHL6.2(i386) (Samba 2.0.6) and participates in the company's NT domain. If an NT user wants to see shares on this UNIX(Linux) box I have only to create a UNIX account for them where the UNIX username matches the NT username. I have a Solaris 8 box (Samba 2.2.2), I cannot figure out how to make it act the same way. I have looked at winbindd but that does noot
2004 Oct 27
1
Winbindd as NIS replacement in heterogen environement
Hi all We have the following environement: Microsoft ADS for Windows Users, NIS for Un*x Users. Samba 3.x Fileservers. Win2k/XP Clients which use CIFS to connect to the Fileserver. FreeBSD/Linux Clients which use NFS to connect to the Fileserver. For the moment, Windows User authenticate against the ADS and Un*x users authenticate against a NIS Server. Everything runs fine. But we would like
2002 Feb 13
1
Can a Unix box act as Samba server as well as a NIS server?
Hello, I need help - 1. What should be the configuration of nsswitch.conf file when I want to make a Unix box both PDC (by configuring Samba as PDC) as well a NIS server. 2. what should be the value of following parameters in nsswitch.conf file? a) passwd = nis files group = nis files or b) passwd = nis [NOTFOUND=return] files group = nis [NOTFOUND=return]
2005 Nov 25
1
Any downsides to using MS Services for Unix NIS server?
I have both an AD domain and an existing NIS setup, and would like to merge the accounts. It would seem from reading the help files that installing Services for Unix on my domain controllers and using the AD-integrated NIS server would work well. I wouldn't need to use winbind, and I would have not only consistent but predictable ID mapping, ie I can ensure that INTERNAL\jhatfield maps to UID
2008 Jan 27
8
Textmate RSpec Bundle ''it'' snippet
It seems to me that the RSpec bundle''s ''it'' snippet is in need of some love. By default, a newly inserted spec passes. This seems odd as it is misleading. It also makes it harder find what specs still need to be completed if you return to an RSpec module after a break. I propose that the ''it'' snippet is changed to the following: it
2004 Mar 15
1
ADS Kerberos Authentication without winbind problem
Hello list, Due to problems with winbind on Solaris I cannot use winbind. Instead I need to get Kerberos authentication from ADS working with a Samba member server with local UNIX user accounts. So to briefly describe my configuration, I have an account in AD and a duplicate account locally on my Samba server which has been initialised with "smbpasswd -a user password". My Samba server