Displaying 3 results from an estimated 3 matches for "caduser".
Did you mean:
aduser
2003 Apr 15
2
Re: PDC with roaming profiels
...#######
[tmp]
comment= Directory
path= /tmp
public= yes
writable= yes
[temp]
comment= Server Temp Directory
path= /tmp
;path= /home2/Temp
public= yes
writable= yes
[Projects]
comment = Current Projects
path = /projects
browsable= yes
valid users= @caduser
read only= yes
force group= caduser
write list= @caduser
create mask= 0760
directory mask= 0770
hide files= /.*/lost+found/
;public = yes
[Marketing]
comment= Marketing Files
path= /marketing
browsable= yes
valid users= @caduser
read only= yes
force group=...
2008 Aug 25
0
wbinfo works fine, getent only works for builtin groups
...ent, log.winbind is full of entries like this:
[2008/08/26 00:29:10, 10] nsswitch/winbindd_group.c:winbindd_getgrent(1006)
SID S-1-5-21-2824201121-3407686785-855272569-3033 not in idmap
[2008/08/26 00:29:10, 1] nsswitch/winbindd_group.c:winbindd_getgrent(1011)
could not look up gid for group CADUsers
[2008/08/26 00:29:10, 10] nsswitch/winbindd_group.c:winbindd_getgrent(961)
entry_index = 3, num_entries = 8
[2008/08/26 00:29:10, 10]
nsswitch/idmap_cache.c:idmap_cache_set_negative_sid(258)
Adding cache entry with key =
IDMAP/SID/S-1-5-21-2824201121-3407686785-855272569-3039; value =
12196674...
2002 Sep 05
0
error in smbpasswd (now in english, sorry)
...ith samba+ldap. We are using samba2.2.5 and
ldap from complanet.ath.cx/nexxus. All things go well, all tests are ok.
Now we have to put our 4000 users in ldap and /etc/passwd, for this task
we make an ldif file (for ldap) and two little scripts for linux passwd
and samba smbpasswd set, see:
script caduser:
#!/bin/bash
#
# Adiciona usuarios
for I in `< senhas2`
do
USUARIO=`echo $I|awk -F : '{printf("F%s",$1)}'`
HOMEDIR=`echo $I|awk -F : '{print $2}'`
PASWORD=`echo $I|awk -F : '{print $3}'`
echo ""
echo "*************** Usua...