similar to: samba 3.0.4 domain woes

Displaying 20 results from an estimated 10000 matches similar to: "samba 3.0.4 domain woes"

2000 Jul 26
0
Browsing woes (con't)
As I posted a few days ago, >> When I try to browse from, say, my Win2K desktop, I get >> >> Windows is not accessible >> The Network Name cannot be found. >> >> But it _is_ accessible. SAMBA can still _see_ everything just fine - all >> the shares show up; all the printers work. It's just that nobody can >> browse. I've since gone
2004 Jun 03
1
local admin permissions
We have implemented an NT domain with samba 3.0.4 PDC on Slackware 9.1 and Win XP Pro clients. Everything is working nicely except for one issue. I haven't used Windows for years, so possibly I just don't understand something basic about Windows XP security ... Having logged in (to the domain), users are unable to perform tasks such as update certain files on the local system, for example
2004 Jun 09
1
pdbedit
I have a couple of questions about pdbedit. I am having trouble using pdbedit in shell scripts. First, on a freshly installed system with no-one in the tdbsam database, trying to add multiple machine accounts via a loop construct in a shell script fails with a message that the database can't be found/doesn't exist. I then added root manually just to get the system going, which solves
2004 Jun 11
1
Newbie group mapping question
I'm wondering if, in a context where samba 3.0.4 is PDC for an NT domain with XP clients, it is necessary or at least normal practice to map most/all NT groups (eg Domain Admins, Domain Users) to unix groups? Also, I notice when I do 'net groupmap list' that there are not only Domain Admins, Domain Users and Domain Guests, but also plain Admins, Users and Guests. What is the
2004 Jul 19
0
[Fwd: Re: What happened to this list?]
Interesting question. I'm not complaining, I find that the Linux/OSS world is in general amazingly helpful, and people do find answers on this list. However, I must say that several of my own questions here never got answered, and many others go unanswered. The samba team is doing a fantastic job, but yes, this list does seem short of people who have the time or expertise to provide answers.
2003 Dec 01
0
No subject
works with plaintext passwords (as fallback) NT4.0 incl. servicepack refuses to work (you may recognize this behaviour by repeating entering the login and the password a couple of times. Then you will be able to mount a share). (more on this topic in /usr/doc/packages/samba/ ENCRYPTION.txt). Solution: Well, either you may convince NT via its Windows registry to use plaintext passwords There is
2003 Dec 01
0
No subject
works with plaintext passwords (as fallback) NT4.0 incl. servicepack refuses to work (you may recognize this behaviour by repeating entering the login and the password a couple of times. Then you will be able to mount a share). (more on this topic in /usr/doc/packages/samba/ ENCRYPTION.txt). Solution: Well, either you may convince NT via its Windows registry to use plaintext passwords There is
1999 Jun 04
2
Does mksmbpasswd.sh have any real purpose?
I see that mksmbpasswd.sh (plus a little editing) would be a good way to set up users with "NO PASSWORD" in bulk. But suppose I don't want the risk of the "NO PASSWORD" approach. Now somebody with root access must run smbpasswd for each user they want to activate. But can't I just do this anyway (with the -a 'add user' option), without ever having run
1999 Mar 22
3
mksmbpasswd - permissions
Hallo, i installed samba V2.0.3 on a linux server in a company. for better security i will use encypted passwords. for synchronisation of the unix password file and the samba password file i tried out the script mksmbpasswd script. my security settings at the server are easy and i set the permissions of the unix passwd file at 774 and also my smbpasswd file at 744. starting the script with the
2006 Jul 20
13
GoDaddy Woes
Has anyone had any luck setting up a Rails App using GoDaddy? I''m at my wits end, I uploaded the site using the "instructions" in the Help Center but I keep getting the Application error Rails application failed to start properly" Error. I''ve lucked all over for help, and I''ve tried a bunch of things (adjusting the chmod values of my dispatch files
2001 Apr 12
0
FW: 'mksmbpasswd.sh' Usage
Never mind, I figured this one out (I think!). Here is what I ran [System: RedHat 7.0/Samba 2.0.7ssl on P-90] cat /etc/passwd | /usr/bin/mksmbpasswd.sh >> smbpasswd (After backing-up the current 'smbpasswd', of course) This seemed to do the trick, however, all of the accounts where disabled by default. I figured this to be the intended behavior (for security with system
2020 Apr 10
1
alsa-plugins
Hi apols as not really speex dev but really struggling to find this info that sure you will know in an instant. I am trying to compile alsa-plugins so I get the speexdsp as well as the rate conversion and just don’t know how. pi at raspberrypi:~/alsa-plugins-1.2.2 $ arecord -D mic ALSA lib dlmisc.c:287:(snd1_dlobj_cache_get) Cannot open shared library
2008 May 21
3
howto sync unix passwd & samba passwd?
Hi, I'm using samba-3.0.28-0.fc8. I'm trying to build a file server for 100 users. I created a perl script that automatically adds the 100 users plus their passwords with success. Now I'm having difficulty creating a script using the smbpasswd command because passwords must be entered in stdin. I also tried smbpasswd -s option but it asks passwd in stdin. Is there a way that I can use
2004 May 25
1
Can't join domain - new machine name
I have just implemented an NT Domain using samba 3.0.4 on Slackware 9.1, a very simple LAN with 4 or 5 clients. Clients: Win XP Pro. Everything looks OK so far, apart from this issue: I create machine accounts for existing client machines using their existing names ... works fine, they can join domain. Except that we want to rename the existing machines using a new consistent format (client1,
1999 Jan 27
0
Encrypted passwords really necessary for PDC ?
I've attached a perl script that I wrote to build smbpasswd from /etc/passwd. Please note that this writes a samba-2.0 format smbpasswd file. This script will: # - create accounts that exist in /etc/passwd and not in smbpasswd # - remove accounts that exist in smbpasswd and not in /etc/passwd # - preserve existing password, flags and LCT fields in smbpasswd # - sets new account passwords to
2018 Dec 02
1
I never touched nuthin'
On 2018-12-01 14:35, Aki Tuomi wrote: >> On 01 December 2018 at 12:09 mick crane <mc at mickiwiki.com> wrote: >> >> >> hello, >> do you mind if I ask before I start poking about ? >> suddenly I notice that gmail is ignoring or because there is an error >> getmail is not sending the delete request. >> Mails are sent and received but not
1999 Aug 23
1
NT4SP5 Encryption and mksmbpasswd
Hi all, Reading through ENCRYPTION.txt it says to do the following: cat /etc/passwd | mksmbpasswd.sh >/usr/local/samba/private/smbpasswd However, on my Samba-2.05a install (onto RH 6.0), /usr/local/samba doesn't exist. Instead, all the files listed in ENCRYPTION.txt and WinNT.txt are in the /usr/bin directory. Amongst other things, this means I can't set the recommended security
2017 Jan 05
0
seq.int/seq.default
>>>>> Mick Jordan <mick.jordan at oracle.com> >>>>> on Wed, 4 Jan 2017 08:15:03 -0800 writes: > On 1/4/17 1:26 AM, Martin Maechler wrote: >>>>>>> Mick Jordan <mick.jordan at oracle.com> >>>>>>> on Tue, 3 Jan 2017 07:57:15 -0800 writes: >> > This is a message for someone familiar
2004 Jan 22
1
Help need mksmbpasswd.sh
All I have my samba setup working with PDC roaming profiles etc, but so I dont have to manually type everyone's password into smbpasswd. Could someone please email me mksmbpasswd.sh, for the life of me I cant find it anywhere to download it. Im running Solaris 8, such a pain if I don't have it. Thanks nn advance Philip M Grisedale
2000 Feb 29
2
cat /etc/passwd > mksmbpasswd
Hi all, Quick question, is it possible to take an existing /etc/passwd file and run it through mksmbpasswd.sh (or some other script) to update a smbpasswd file? I am asking this because everytime we change a password or add or delete usernames on a machine, it would seem we have to do the same thing to change th samba password file, and I'm hopeing there is an easier way..... thanks, jeff