search for: newusernam

Displaying 20 results from an estimated 21 matches for "newusernam".

Did you mean: newusername
2009 Dec 23
1
net rpc user add produces duplicate SID
...re I also installed winbind. I moved the domain SID and the local SID to the new pdc and filled the ldap directory with all users and machines from the old machine. I can access the smb via smbclient, id user works and getent passwd, etc. BUT when I try to add a new user with # net rpc user add newusername the user gets a SID which is already used by a machine account. The command responds with "Faild to add user 'newusername' with: No such user." # pdbedit -L reports this user and this machine account with ldapsam_getsampwsid: More than one user with SID [S-1-5-21....]. Failing....
2016 Sep 06
2
Winbind / Samba auth problem after username change
On Tue, 6 Sep 2016 15:38:57 +0000 Julian Zielke <jzielke at next-level-integration.com> wrote: > No, getent NEWusername produces a result SHOWING the old username - > not the other way around. The machine is a domain member. We did a > join using net join ads. Where is it displaying the old username ? > > The passwords file has only the standard local users in there. Well that rules that out. >...
2014 Jun 21
2
Managing users and home dirs
...scanning the user database and comparing to the home dirs - basically opposite of the first cronjob. When it finds a user in the DB that doesn't have a home dir, it would create it and whatever else is needed. This way, to add a user one would just create a PASSWD file in /var/mail/domain.com/newusername/PASSWD on either of the dovecot replication partner systems. The first cronjob task would discover the newusername dir, create the user in the DB, create the Maildir, chown/chmod etc. and delete the PASSWD file, so it's ready to go on that system. DB replication pushes the user table to the ot...
2007 Feb 09
2
Use of variables in defines...
...=> File[$home] } remotefile { "$home/.ssh/authorized_keys": source => "sshkeys/$name", mode => 600, owner => $name, group => $name, require => File[$home] } } I can call it with: systemuser { newusername: home => "/home/newusername" } remotefile is a previously defined resource. So I''m using a defined resource inside a new defined resource. It works fine, creates the user, group, homedir, ssh dir, and authorized_keys file. But it seems that I can''t say: s...
2016 Sep 06
0
Winbind / Samba auth problem after username change
Here: # getent passwd <domain>+<NEWusername> <domain>+<OLDusername>:*:16778566:16777729::/home/NLI/<OLDusername>:/bin/bash > -----Ursprüngliche Nachricht----- > Von: samba [mailto:samba-bounces at lists.samba.org] Im Auftrag von > Rowland Penny via samba > Gesendet: Dienstag, 6. September 2016 17:53 > A...
2008 Apr 18
1
element has no properties error.
...and write 5 lines of code that would check if all fields in a form are filled out. So I thought document.observe(''dom:loaded'', function() { $(''submNewUser'').disable(); new Form.Observer($(''newUser''), 0.3, function(e, val) { if(!$F(''newUsername'').blank() && !$F(''email'').blank() && $F(''pword'') == $F(''checkPassword'')) { $(''submNewUser'').enable(); } }); }); would do the trick. But this throws an error: element has no properties var method...
2016 Sep 06
2
Winbind / Samba auth problem after username change
On Tue, 6 Sep 2016 14:56:20 +0000 Julian Zielke <jzielke at next-level-integration.com> wrote: > OK, I've commented out that line, leaving only: > > > idmap config mydomain : backend = rid > > idmap config mydomain : range = 16777216-33554431 > > in the config file. > > Also I did a net cache flush and deleted the database files > at /var/lib/samba.
2016 Sep 06
6
Winbind / Samba auth problem after username change
On Tue, 6 Sep 2016 11:41:59 +0000 Julian Zielke via samba <samba at lists.samba.org> wrote: > OK I think I got some more information for you guys. I just did > “getent passwd <NEWusername>” and got: <OLD > username>:*:<ID>:<ID2>::/home/…/<OLD username>:/bin/bash. > > When I do “su - <NEW username>” I get a valid shell with notification > “No directory, logging in with HOME=/”. When I do the same with the > OLD username I get “No pass...
2016 Sep 06
2
Winbind / Samba auth problem after username change
...6. September 2016 18:10 > An: 'Rowland Penny' <rpenny at samba.org> > Cc: 'samba at lists.samba.org' <samba at lists.samba.org> > Betreff: AW: [Samba] Winbind / Samba auth problem after username change > > Here: > > # getent passwd <domain>+<NEWusername> > <domain>+<OLDusername>:*:16778566:16777729::/home/NLI/<OLDuserna > me>:/bin/bash > > > > -----Ursprüngliche Nachricht----- > > Von: samba [mailto:samba-bounces at lists.samba.org] Im Auftrag von > > Rowland Penny via samba > > Gesendet: D...
2007 Jun 28
2
3.0.25a && rfc2307
I'm receiving the errors listed below. It also seems unable to map the root user uid 0 with this filter. That's not that big of a deal. Wbinfo -u and -g return output but getent passwd does not. This is Ubuntu 7 using debian packages. [2007/06/28 13:27:59, 5] lib/username.c:Get_Pwnam_alloc(131) Finding user DOMAIN\chapman [2007/06/28 13:27:59, 5]
2016 Sep 06
3
Winbind / Samba auth problem after username change
Hum... All users are OK except the one(s) you changed there names. No other modification in configuration, all others users are working well. Is that true? This broken user is correctly shown using "getent passwd <NEW username>"? Is that true? Can you use that user on system side, I would try, as root, "su - <NEW username>". This last test is to verify all is
2016 Sep 06
0
Winbind / Samba auth problem after username change
No, getent NEWusername produces a result SHOWING the old username - not the other way around. The machine is a domain member. We did a join using net join ads. The passwords file has only the standard local users in there. ================================================================= cat /etc/nsswitch.conf # /etc/...
2004 Nov 11
2
Migration to Samba
I'm migrating to Samba on about 50 desktops. After I join the domain (this is on Windows 2k or XP) I get a whole new set of settings (under documents and settings). Is there a way to tell Windows to use the old directory? It matches their username on samba if that helps. Note, I'm using local profiles. Thanks, Dean
2016 Sep 06
0
Winbind / Samba auth problem after username change
OK I think I got some more information for you guys. I just did “getent passwd <NEWusername>” and got: <OLD username>:*:<ID>:<ID2>::/home/…/<OLD username>:/bin/bash. When I do “su - <NEW username>” I get a valid shell with notification “No directory, logging in with HOME=/”. When I do the same with the OLD username I get “No passwd entry for user '&l...
2004 Nov 30
3
Question about samba 3.0.9
I have been setting up my domain server using FC2 and samba 3.0.9. First thing, for your information: In the notations in several sources, it tells you to user "logon path = \\%L\profiles\%u" this is wrong. It should be, "logon path = \\%L\profiles\%U". Now that I spent 5 million hours banging my head on a wall with that, how do I get he exist desktops on my 2000/XP
2016 Sep 06
0
Winbind / Samba auth problem after username change
...16-09-06 13:55 GMT+02:00 Rowland Penny via samba <samba at lists.samba.org>: > On Tue, 6 Sep 2016 11:41:59 +0000 > Julian Zielke via samba <samba at lists.samba.org> wrote: > > > OK I think I got some more information for you guys. I just did > > “getent passwd <NEWusername>” and got: <OLD > > username>:*:<ID>:<ID2>::/home/…/<OLD username>:/bin/bash. > > > > When I do “su - <NEW username>” I get a valid shell with notification > > “No directory, logging in with HOME=/”. When I do the same with the > > OLD...
2004 Jul 15
1
roaming and local profiles on same domain
I have samba 3 configured and running fine as a PDC with LDAP as the back end user database. I have most users using roaming profiles but there are a few I would like to be able to only have local profiles. Is it possible to configure samba to use both types of profile rather than one or the other. I have the profile path set on each user account in LDAP as the field
2016 Sep 06
2
Winbind / Samba auth problem after username change
...enny via samba > <samba at lists.samba.org>: > > > On Tue, 6 Sep 2016 11:41:59 +0000 > > Julian Zielke via samba <samba at lists.samba.org> wrote: > > > > > OK I think I got some more information for you guys. I just did > > > “getent passwd <NEWusername>” and got: <OLD > > > username>:*:<ID>:<ID2>::/home/…/<OLD username>:/bin/bash. > > > > > > When I do “su - <NEW username>” I get a valid shell with > > > notification “No directory, logging in with HOME=/”. When I do the > &g...
2016 Sep 06
0
Winbind / Samba auth problem after username change
...13:55 An: samba at lists.samba.org Betreff: Re: [Samba] Winbind / Samba auth problem after username change On Tue, 6 Sep 2016 11:41:59 +0000 Julian Zielke via samba <samba at lists.samba.org> wrote: > OK I think I got some more information for you guys. I just did > “getent passwd <NEWusername>” and got: <OLD > username>:*:<ID>:<ID2>::/home/…/<OLD username>:/bin/bash. > > When I do “su - <NEW username>” I get a valid shell with notification > “No directory, logging in with HOME=/”. When I do the same with the > OLD username I get “No passw...
2016 Sep 06
0
Winbind / Samba auth problem after username change
...13:55 An: samba at lists.samba.org Betreff: Re: [Samba] Winbind / Samba auth problem after username change On Tue, 6 Sep 2016 11:41:59 +0000 Julian Zielke via samba <samba at lists.samba.org> wrote: > OK I think I got some more information for you guys. I just did > “getent passwd <NEWusername>” and got: <OLD > username>:*:<ID>:<ID2>::/home/…/<OLD username>:/bin/bash. > > When I do “su - <NEW username>” I get a valid shell with notification > “No directory, logging in with HOME=/”. When I do the same with the > OLD username I get “No passw...