Anyone figured this one out?
I've got ZCS with CentOS and Samba working! ALso managed to getr user home directories created to a fashion.
I would like to add users to multiple groups.
I assumed that smbldap-groupmod would do it but I get some bizarre replies from that....
Code:
[root@mailserver ~]# smbldap-groupshow NVQ
dn: cn=NVQ,ou=groups,dc=sipcymru,dc=co,dc=uk
objectClass: posixGroup,sambaGroupMapping
cn: NVQ
[root@mailserver ~]#
As you can see it sees the group NVQ, but when I try to add a user to that group...
Code:
[root@mailserver ~]# smbldap-groupmod -m "ifan" "NVQ"
/usr/sbin/smbldap-groupmod: group NVQ not found!
...it can't find the group!
Anyone else crack this yet? I assume if I had some kind of LDAP browser that I could manually add as described in this link...
Re: [Samba] Samba / OpenLDAP and groups
Other than that I'm pretty happy with this and I'ts going live in a couple of weeks to replace an aging postfix/dovecot box!