similar to: migrate existing Unix password to sambapassword

Displaying 20 results from an estimated 400 matches similar to: "migrate existing Unix password to sambapassword"

2005 Aug 08
1
2 nicks/firewall
So I have a freebsd machine setup, and it has 2 nick's in it. One is a REAL IP, and pulls in internet, the other is a a nat'ed nick, with samba running on it for the machines behind the firewall. Anyone know what to toss into my smb.conf to not let my outside nick xmit smbd/nmbd ? No one can connect via that interface, but people/viruses/whatever are still trying. Thanks! C.
2004 Jul 07
4
Setting home path to a dir within a users Linux home dir
Is there a trick to append an additional directory level onto the defauly behavior of a [homes] share looking in /etc/passwd to find the users Linux home dir? It would offer a bit of protection if Windows clients ended up in say the WinHome directory within their Linux home directory when logging in from Windows so they are not tempted to tamper with their desktop settings files for Linux from
2005 Oct 11
1
Changing PDC Domain name
Hello all. What are the implications of changing the domain name for a PDC? If I understand correctly, the SID is based on the domain name, so if the domain name (workgroup) setting in smb.conf is changed, will that mean that a new SID will be generated? If so, then I assume that all user/group SIDs will have to be updated. If the domain name is changed, can I just state that this is an
2005 Oct 12
1
add machine script almost succeeds
All - I am in the process of writing my own "add machine script" to use with Samba 3.0.20a and our OpenLDAP setup. For the most part it seems to work fine. If I run the script from the command line, I can see that the entry has been added to LDAP. If I then go to the Windows machine and tell it to join the domain, after giving it the Admin login and password it connects up with no
2005 Dec 30
1
How to tell Samba not to use the passwd file
Hello all - I'm having a bit of a problem that I'm sure is being caused by my missing some trivial detail. But I haven't been able to find it, and I'm not even sure how I would construct the search to find relevant info in the archives. Here is the setup. I have Samba 3.0.20a running as a PDC against a LDAP back end. For the most part everything works fine. Users that are
2005 Nov 29
1
file mode creation at a directory level
Hello -- I am creating a share directory on a samba server for a group of users. I would like to make sure: 1. Only the members in that group can create files and subfolders on that directory 2. Other people cannot have any access to the files/subfolers. 3. The members can have full access to files/directories other members create. The above requirements seem simple,
2004 Jun 07
1
Migrating to new Samba - LDAP schema change
I'm working on upgrading a Samba server from Version 2.2.8a to Version 3.0.4. One of the things I've noticed is that the samba.schema has changed. I'll admit that I haven't done an exhaustive search yet, but in looking over the documentation I haven't seen any mention of anything that needs to be done to migrate an existing directory to the new schema. Are there any tools
2005 Nov 28
1
Creating domain list takes too long
Hello -- We have a LAN that consists of a samba domain controller and a bunch of PCs. The samba version is 3.0.20b and the PCs are running Windows XP (sp2). The Windows clients can join the domain without any problem, however, a message saying "Please wait while the domain list is created" shows up right after the first time after the clients join the domain and reboot. This
2005 Sep 23
1
VLAN issue
Hi -- The environment we have is as follows, Domain controller: samba 3.0.14a running Solaris 9/X86 Authentication: openldap 2.2.14 Clients: Windows XP with SP2 The issue I met: If both clients and Samba server are on the same physical switch (also same subnet), the clients can join the domain and users can log into their domain accounts without any problem. However, if the clients
2005 Jun 24
0
FileMaker lock problem
We have a customer system running Slackware Linux (kernel 2.4.25) and Samba. The customer was running Samba 2.2.8 but we recently upgraded them to Samba 3.0.13. The customer has a FileMaker database on a public share. Before the upgrade, the customer was able to have multiple concurrent access to the database. After the upgrade, only the first user to access the database was successful.
2005 Mar 01
1
Authentication via both domain controller and local Sambapassword file
Try setting auth methods = sam winbind. IIRC when in domain authentication auth methods does not include users in the local sam, but my knowledge could be based upon an older version of samba, so you'll have to try it out. -Marc > -----Original Message----- > From: samba-bounces+marc_kaplan=adaptec.com@lists.samba.org [mailto:samba- >
2004 May 24
0
Virtual users
I'd like a bit of a Sanity Check to make sure I understand the process. We are setting up filesharing on a Linux server via Samba (3.0.2). We would like to give the users personal space (home directories), but we don't want to add them as Linux users (no entries in /etc/passwd). The users are defined in an LDAP directory. If I understand it correctly, in order to do this we will need
2004 Jun 27
0
Samba authentication/authorization via LDAP
Hello all I'm trying once again to get a Samba server set up on a Slackware Linux system for a small office (much less than 100 users). There will be multiple domains on this system (say foo.com, bar.com, ...) with the users scattered between these domains. We want to use LDAP to authenticate the users and provide authorization info. There are no Windows domain controllers available. All
2012 Feb 15
10
any recent experience combining GlusterFS w/ Xen?
Hi Folks, Anybody have any recent experience building a small cluster that combines GlusterFS and Xen (with bonus points for a Debian environment)? We''re getting ready to shift from a 2-node Xen/Pacemaker/DRBD environment to a 4-node environment - and I''d really like to be able to create/migrate/failover/delete VMs transparently across all 4 nodes. Seems like Gluster might
2019 Sep 18
3
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
Hi Dwight Thanks for the feedback. For the issue you reported, there has been few reviews trying to tweak the -mllvm option when using legacy LTO interfaces (myself included) but it never got enough traction to moving forward. Note how -tailcallopt is implemented as a -mllvm flag means that it is a debug option and probably not well tested. The option is also not stable which means it can be
2019 Sep 18
2
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
Hi Dwight, Welcome to LLVM-dev! A few comments below. Cc'ing a few people who hopefully can add info on some of the specific issues here. Teresa On Wed, Sep 18, 2019 at 9:04 AM Dwight Guth via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > I am lead developer of a project that is using LLVM to implement an > ahead-of-time compiled functional language. We use llc
2005 Dec 20
7
wrong id for activerecord object when using :joins in mysql
I''m using a find with a :joins clause, like this: :joins => "JOIN table_b ON table_b.id=table_b_id" The records returned are used in a scaffold generated list page. The edit, show, and destroy links are getting the wrong id. They are getting the id of the table b record. When I run the query using mysql, I see that the query returns *2* id columns, the id of the main
2019 Sep 16
2
Setting llvm::TargetOptions::GuaranteedTailCallOpt in LTO Code Generation
Hi, I am lead developer of a project that is using LLVM to implement an ahead-of-time compiled functional language. We use llc -tailcallopt to ensure that functions that end in a tail call are compiled to a tail call at the machine level, because we have a number of cases in our interpreter where functions with different function signatures call one another in deeply nested recursive calls. We
2009 Feb 10
1
error using R Commander for text file import
I am getting the following error on iMac running Mac OS 10.5.6; this occurs whenever I try to import a text file into R Commander: Error in splitCmd(command) : unbalanced quotes Thus, I am unable to import data into R Commander. Any suggestions as to how I might fix this error? I have gotten it many times with more than one installation of R 2.8.1 on this computer. Dwight Krehbiel Bethel
2016 Jul 08
5
Samba update to 4.2.14 (SERNET) breaks LDAP access
Last night we updated out Samba-4 AD server to version 4.2.14 usng the SERNEt packages, running on SLES 12. We have a number of services (mail services, MANTIS, etc) that access the server via the LDAP interface and in all cases we discovered that none of them where able to establish a successful LDAP connection after the upgrade.   Previously we used plain LDAP to access the server, i.e. we did