Displaying 4 results from an estimated 4 matches for "tdbsam_nua".
2003 Jun 12
1
tdbsam backend
...t the pbedit3 tool can't find a
library. The error message I get is:
[root@luna root]# pdbedit3
idmap uid range missing or invalid
idmap will be unable to map foreign SIDs
idmap gid range missing or invalid
idmap will be unable to map foreign SIDs
Error loading module '/usr/lib/samba3/pdb/tdbsam_nua.so':
/usr/lib/samba3/pdb/tdbsam_nua.so: cannot open shared object file: No
such file or directory
No builtin nor plugin backend for tdbsam_nua found
Loading tdbsam_nua failed!
Error loading module '/usr/lib/samba3/pdb/tdbsam_nua.so':
/usr/lib/samba3/pdb/tdbsam_nua.so: cannot open shared...
2002 Nov 28
0
approximate net rpc vampire HOWTO, as promised
...2. Create netlogon directory and samba-related groups
mkdir -p /usr/local/samba-3/bdc/netlogon
groupadd machines
groupadd samba
3. Set up as a BDC. This is my basic smb.conf:
[global]
workgroup = YOURDOMAIN
security = domain
password server = *
encrypt passwords = yes
# Backend
passdb backend = tdbsam_nua
non unix account range = 1000-5000
sam backend = tdbsam_nua
domain logons = yes
add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false '%u'
add user script = /usr/sbin/adduser -n -g samba -c "Samba User" -d /dev/null -s /bin/false '%u'...
2003 Sep 10
4
Accessing Samba Shares with AD usernames
I'm sorry if this post came through already ...
Hi,
I'm working on a project where the plan is to place a number of Samba
servers on different locations as file and print servers. The samba server
is supposed to be a part of the AD, which is easily done, but the samba
servers are to contain a number of shares that only people with a valid
logon on the AD will be able to access.
How can
2004 Apr 13
6
NUA + MYSQL?
...rovide the ability to migrate MS Windows NT4 SAM accounts to Samba-3
without the need to provide matching UNIX/Linux accounts. We called this
the Non-UNIX Accounts (NUA) capability. The intent was that an
administrator could decide to use the tdbsam backend and by simply
specifying passdb backend = tdbsam_nua, this would allow Samba-3 to
implement a solution that did not use UNIX accounts per se. Late in the
development cycle, the team doing this work hit upon some obstacles that
prevents this solution from being used. Given the delays with the
Samba-3 release, a decision was made to not deliver this fu...