Displaying 8 results from an estimated 8 matches for "unixname".
Did you mean:
unix_name
1998 Jun 15
0
Username map issue with 1.9.18p8
...pstring buf;
char *mapfile = lp_username_map();
- if (!*mapfile || depth)
+ if (!*mapfile)
return False;
if (!*user)
@@ -82,8 +81,6 @@
DEBUG(4,("Scanning username map %s\n",mapfile));
- depth++;
-
while((s=fgets_slash(buf,sizeof(buf),f))!=NULL) {
char *unixname = s;
char *dosname = strchr(unixname,'=');
@@ -132,8 +129,6 @@
*/
fstrcpy(last_from,user);
fstrcpy(last_to,user);
-
- depth--;
return False;
}
-------------------end patch---------------------------
--
--------------------------------------------------------
Buying...
2009 Dec 11
1
samba4 newuser probs
...s and provisioning went well.. (no strange errors orso)
after fireing it all up we tried to add a user and this is what we got back:
-----------------------------------------
Traceback (most recent call last):
File "./newuser", line 69, in <module>
samdb.newuser(username, opts.unixname, password,
force_password_change_at_next_login_req=opts.must_change_at_next_login)
File "/usr/local/samba/lib/python2.6/site-packages/samba/samdb.py", line
129, in newuser
"objectClass": "user"})
_ldb.LdbError: (32, 'objectclass: Cannot add
CN=test,CN=Users,D...
2010 Jan 07
1
LDAP_NO_SUCH_OBJECT upon new user creation in s4/OpenLDAP
...h the
AssertionError looks a bit discouaging at first sight:
debiantest:~# newuser --username=samba-admin --password=$ldapadminpass demo1
New Password:
Traceback (most recent call last):
File "/usr/local/samba/sbin/newuser", line 69, in <module>
samdb.newuser(username, opts.unixname, password,
force_password_change_at_next_login_req=opts.must_change_at_next_login)
File "/usr/local/samba/lib/python2.5/site-packages/samba/samdb.py", line
133, in newuser
force_password_change_at_next_login_req)
File "/usr/local/samba/lib/python2.5/site-packages/samba/samd...
2007 Jul 05
1
SAMBA ADS to NIS mapping
...http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-samb
a-configuring.html that instruct to do:
ypcat passwd | mksmbpasswd.sh > /etc/samba/smbpasswd
I have set username map = /etc/samba/smbusers and have added a few specific
users (for testing) to the mapping there with unixname = windowsname for
the users I am testing on.
The Red Hat server has been joined to the Windows domain, kerberos is
working fine, and when I have winbind running I can successfully use wbinfo
-g or wbinfo -u to dump the group or user names. (Though I have winbind off
at the moment).
Again thoug...
1998 Apr 29
3
SAMBA and Windows 95
...l the files on our Unix machine.
So, what I need to do is somehow look at the Windows username
and password and if it is a known user, then allow the drive to be mapped
but if it is not, don't allow it. I don't know how to read the Windows password.
I did try using the name.map file : unixname = windowsname but it
didn't work as I expected it to.
Could anyone help me out with how I would go about this please?
Thank you for any help you can offer.
Julie Moore
jmoore@kpmg.com.au
2003 Mar 17
2
Unix Realname with samba 2.2.4
Hi there,
is it possible to acitivate Unix Realname with samba 2.2.4 ? I've tried it, but samba will ignore
the unknown parameter. Does there exist an alternative parameter like unix realname under
samba 2.2.4 ???
--
Peter Forst
<mail: pforst@firemail.de>
2003 Jan 13
3
mapping usernames between Windows and Linux
My username is different on my Linux box than on my Windows box so I used
the line
username map = /etc/samba/smbusers
in my smb.conf file and this file includes the line
steve = steveb
However when I'm logged on to my Linux box as 'steve' and use the
smbclient command like this:
# smbclient //<Windows computer>/Shared
...
session setup failed: NT_STATUS_LOGON_FAILURE
it
2005 Apr 20
3
gid and uid
hi!
I'm studing samba as PDC (with ldap backend) and I would know:
- gid and uid are useful in samba? in other words: if pdc admin knows users'
uids, he can recovery some wrong situations ?
Example: if a user was cancelled and then readded, if his uid changes implies
some troubles with shared files?
NT mantains, after deletion, association between shared file and uid user and
so if