Discussion:
[Samba] cifs share for profiles
Trenta sis
2016-07-07 07:56:32 UTC
Permalink
Hi,

I have installed samba 4.4.4 and configured and works perfect, now I need
to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs

I have detected that I can't configure

chgrp "Domain Admins" /srv/samba/Demo/


I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"

any samba AD group is recovered



I have found
"If you don't get an output showing the queried name and its ID, there may
be something wrong in your NSS configuration
<https://wiki.samba.org/index.php?title=Name_service_switch_(NSS)&action=edit&redlink=1>
or
if you are using Winbindd with RFC2307 (idmap_ad)
<https://wiki.samba.org/index.php/Idmap_config_ad>, you might not have an
ID assigned (see User and group management
<https://wiki.samba.org/index.php/User_and_group_management> for how to
administer Unix Attributes in an AD)"

but I don't know where is the problem with wbinfo we recover user and group
but with getent not.

We are making thins test on our samba doamin controller with samba 4.4.4
and debian jessie


Where is the problem?

Thanks
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
L.P.H. van Belle
2016-07-07 08:00:47 UTC
Permalink
Did you adjust the nsswitch.conf ?

To
passwd: compat winbind
group: compat winbind

Gr.

Louis
-----Oorspronkelijk bericht-----
Verzonden: donderdag 7 juli 2016 9:57
Aan: samba
Onderwerp: [Samba] cifs share for profiles
Hi,
I have installed samba 4.4.4 and configured and works perfect, now I need
to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
I have detected that I can't configure
chgrp "Domain Admins" /srv/samba/Demo/
I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"
any samba AD group is recovered
I have found
"If you don't get an output showing the queried name and its ID, there may
be something wrong in your NSS configuration
<https://wiki.samba.org/index.php?title=Name_service_switch_(NSS)&action=e
dit&redlink=1>
or
if you are using Winbindd with RFC2307 (idmap_ad)
<https://wiki.samba.org/index.php/Idmap_config_ad>, you might not have an
ID assigned (see User and group management
<https://wiki.samba.org/index.php/User_and_group_management> for how to
administer Unix Attributes in an AD)"
but I don't know where is the problem with wbinfo we recover user and group
but with getent not.
We are making thins test on our samba doamin controller with samba 4.4.4
and debian jessie
Where is the problem?
Thanks
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
L.P.H. van Belle
2016-07-07 08:40:47 UTC
Permalink
Own anyway..

https://wiki.samba.org/index.php/Implementing_roaming_profiles

and choose 1 to the 2 options.

Or you use windows ACL
Or you use POSIX ACL

Best options is.
Use Windows ACL, do NO chown/chmod.. do it from within windows.
And add :
acl_xattr:ignore system acls = yes to smb.conf in the profiles share.

This should be oblicated in my opinion for the windows profiles share.



Greetz,

Louis
-----Oorspronkelijk bericht-----
Verzonden: donderdag 7 juli 2016 10:35
Onderwerp: Re: [Samba] cifs share for profiles
Post by Trenta sis
Hi,
I have installed samba 4.4.4 and configured and works perfect, now I
need
Post by Trenta sis
to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
I have detected that I can't configure
chgrp "Domain Admins" /srv/samba/Demo/
I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"
any samba AD group is recovered
Have you altered the smb.conf on the Samba4 DC and if you have, can you
post your smb.conf.
Can you also post an example of what you get when you run 'getent group
"Domain Admins"
Rowland
Post by Trenta sis
I have found
"If you don't get an output showing the queried name and its ID, there
may
Post by Trenta sis
be something wrong in your NSS configuration
<https://wiki.samba.org/index.php?title=Name_service_switch_(NSS)&action=e
dit&redlink=1>
Post by Trenta sis
or
if you are using Winbindd with RFC2307 (idmap_ad)
<https://wiki.samba.org/index.php/Idmap_config_ad>, you might not have
an
Post by Trenta sis
ID assigned (see User and group management
<https://wiki.samba.org/index.php/User_and_group_management> for how to
administer Unix Attributes in an AD)"
but I don't know where is the problem with wbinfo we recover user and
group
Post by Trenta sis
but with getent not.
We are making thins test on our samba doamin controller with samba 4.4.4
and debian jessie
Where is the problem?
Thanks
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Trenta sis
2016-07-07 09:29:16 UTC
Permalink
Hi,

Tried to add winbind in nsswtich but same result , getent group "domain
admins" without any result

smb.conf

# Global parameters
[global]
bind interfaces only = Yes
interfaces = lo eth0
netbios name = dc
realm = domain.com
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbin
dd, ntp_signd, kcc, dnsupdate
workgroup = domain
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
comment =

[profilesad]
path = /local/var/profilesad
read only = No


I have used shares with windows acl and also posix acl


I have configured cifs profiles and we can create but with getfacl I have
detected that doamin users has no permission, only thing that we need is
add features to domain admins to allow access cifs profiles, with our
actual config only owner can....


Where is the problem?

Thanks
Post by Trenta sis
Hi,
I have installed samba 4.4.4 and configured and works perfect, now I need
to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
I have detected that I can't configure
chgrp "Domain Admins" /srv/samba/Demo/
I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"
any samba AD group is recovered
I have found
"If you don't get an output showing the queried name and its ID, there may
be something wrong in your NSS configuration
<https://wiki.samba.org/index.php?title=Name_service_switch_(NSS)&action=edit&redlink=1> or
if you are using Winbindd with RFC2307 (idmap_ad)
<https://wiki.samba.org/index.php/Idmap_config_ad>, you might not have an
ID assigned (see User and group management
<https://wiki.samba.org/index.php/User_and_group_management> for how to
administer Unix Attributes in an AD)"
but I don't know where is the problem with wbinfo we recover user and
group but with getent not.
We are making thins test on our samba doamin controller with samba 4.4.4
and debian jessie
Where is the problem?
Thanks
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Trenta sis
2016-07-07 09:40:11 UTC
Permalink
with getfacl userprofiles appear that domain admins has no permission, and
I have configured as appear in wiki profiles, but only step that I can't
configure is chgrp doamin admins

# getfacl /local/var/profilesad/usertest/
getfacl: Removing leading '/' from absolute path names
# file: local/var/profilesad/usertest/
# owner: 20087
# group: 513
user::rwx
user:20087:rwx
user:3000001:rwx
group::---
group:513:---
group:3000001:rwx
mask::rwx
other::---
default:user::rwx
default:user:20087:rwx
default:user:3000001:rwx
default:group::---
default:group:513:---
default:group:3000001:rwx
default:mask::rwx
default:other::---


getent passwd and getent group in samba 4 ad dc server no result related
with users and roup from samba doamin


Where is the problem?
Post by Trenta sis
Hi,
Tried to add winbind in nsswtich but same result , getent group "domain
admins" without any result
smb.conf
# Global parameters
[global]
bind interfaces only = Yes
interfaces = lo eth0
netbios name = dc
realm = domain.com
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbin
dd, ntp_signd, kcc, dnsupdate
workgroup = domain
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
comment =
[profilesad]
path = /local/var/profilesad
read only = No
I have used shares with windows acl and also posix acl
I have configured cifs profiles and we can create but with getfacl I have
detected that doamin users has no permission, only thing that we need is
add features to domain admins to allow access cifs profiles, with our
actual config only owner can....
Where is the problem?
Thanks
Post by Trenta sis
Hi,
I have installed samba 4.4.4 and configured and works perfect, now I need
to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
I have detected that I can't configure
chgrp "Domain Admins" /srv/samba/Demo/
I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"
any samba AD group is recovered
I have found
"If you don't get an output showing the queried name and its ID, there
may be something wrong in your NSS configuration
<https://wiki.samba.org/index.php?title=Name_service_switch_(NSS)&action=edit&redlink=1> or
if you are using Winbindd with RFC2307 (idmap_ad)
<https://wiki.samba.org/index.php/Idmap_config_ad>, you might not have
an ID assigned (see User and group management
<https://wiki.samba.org/index.php/User_and_group_management> for how to
administer Unix Attributes in an AD)"
but I don't know where is the problem with wbinfo we recover user and
group but with getent not.
We are making thins test on our samba doamin controller with samba 4.4.4
and debian jessie
Where is the problem?
Thanks
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Trenta sis
2016-07-07 10:34:34 UTC
Permalink
Hi tried with:

winbind enum users = Yes
winbind enum groups = Yes


and winbind in nsswitch but same output, no result with getent from
users and groups from samba 4 ad
Post by Trenta sis
with getfacl userprofiles appear that domain admins has no permission,
and I have configured as appear in wiki profiles, but only step that I
can't configure is chgrp doamin admins
# getfacl /local/var/profilesad/usertest/
getfacl: Removing leading '/' from absolute path names
# file: local/var/profilesad/usertest/
# owner: 20087
# group: 513
user::rwx
user:20087:rwx
user:3000001:rwx
group::---
group:513:---
group:3000001:rwx
mask::rwx
other::---
default:user::rwx
default:user:20087:rwx
default:user:3000001:rwx
default:group::---
default:group:513:---
default:group:3000001:rwx
default:mask::rwx
default:other::---
getent passwd and getent group in samba 4 ad dc server no result related
with users and roup from samba doamin
Where is the problem?
Post by Trenta sis
Hi,
Tried to add winbind in nsswtich but same result , getent group "domain
admins" without any result
smb.conf
# Global parameters
[global]
bind interfaces only = Yes
interfaces = lo eth0
netbios name = dc
realm = domain.com
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbin
dd, ntp_signd, kcc, dnsupdate
workgroup = domain
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
comment =
[profilesad]
path = /local/var/profilesad
read only = No
I have used shares with windows acl and also posix acl
I have configured cifs profiles and we can create but with getfacl I have
detected that doamin users has no permission, only thing that we need is
add features to domain admins to allow access cifs profiles, with our
actual config only owner can....
Where is the problem?
Thanks
Post by Trenta sis
Hi,
I have installed samba 4.4.4 and configured and works perfect, now I
need to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
I have detected that I can't configure
chgrp "Domain Admins" /srv/samba/Demo/
I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"
any samba AD group is recovered
I have found
"If you don't get an output showing the queried name and its ID, there
may be something wrong in your NSS configuration
<https://wiki.samba.org/index.php?title=Name_service_switch_(NSS)&action=edit&redlink=1> or
if you are using Winbindd with RFC2307 (idmap_ad)
<https://wiki.samba.org/index.php/Idmap_config_ad>, you might not have
an ID assigned (see User and group management
<https://wiki.samba.org/index.php/User_and_group_management> for how to
administer Unix Attributes in an AD)"
but I don't know where is the problem with wbinfo we recover user and
group but with getent not.
We are making thins test on our samba doamin controller with samba 4.4.4
and debian jessie
Where is the problem?
Thanks
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Trenta sis
2016-07-07 10:47:20 UTC
Permalink
Hi,

compiled from sources with
# ./configure
# make
# sudo make install
Post by L.P.H. van Belle
winbind enum users = Yes
winbind enum groups = Yes
and winbind in nsswitch but same output, no result with getent from users and groups from samba 4 ad
Post by Trenta sis
with getfacl userprofiles appear that domain admins has no permission,
and I have configured as appear in wiki profiles, but only step that I
can't configure is chgrp doamin admins
# getfacl /local/var/profilesad/usertest/
getfacl: Removing leading '/' from absolute path names
# file: local/var/profilesad/usertest/
# owner: 20087
# group: 513
user::rwx
user:20087:rwx
user:3000001:rwx
group::---
group:513:---
group:3000001:rwx
mask::rwx
other::---
default:user::rwx
default:user:20087:rwx
default:user:3000001:rwx
default:group::---
default:group:513:---
default:group:3000001:rwx
default:mask::rwx
default:other::---
getent passwd and getent group in samba 4 ad dc server no result related
with users and roup from samba doamin
Where is the problem?
Post by Trenta sis
Hi,
Tried to add winbind in nsswtich but same result , getent group "domain
admins" without any result
smb.conf
# Global parameters
[global]
bind interfaces only = Yes
interfaces = lo eth0
netbios name = dc
realm = domain.com
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
drepl, winbin
dd, ntp_signd, kcc, dnsupdate
workgroup = domain
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
comment =
[profilesad]
path = /local/var/profilesad
read only = No
I have used shares with windows acl and also posix acl
I have configured cifs profiles and we can create but with getfacl I
have detected that doamin users has no permission, only thing that we need
is add features to domain admins to allow access cifs profiles, with our
actual config only owner can....
Where is the problem?
Thanks
Post by Trenta sis
Hi,
I have installed samba 4.4.4 and configured and works perfect, now I
need to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
I have detected that I can't configure
chgrp "Domain Admins" /srv/samba/Demo/
I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"
any samba AD group is recovered
I have found
"If you don't get an output showing the queried name and its ID, there
may be something wrong in your NSS configuration
<https://wiki.samba.org/index.php?title=Name_service_switch_(NSS)&action=edit&redlink=1> or
if you are using Winbindd with RFC2307 (idmap_ad)
<https://wiki.samba.org/index.php/Idmap_config_ad>, you might not have
an ID assigned (see User and group management
<https://wiki.samba.org/index.php/User_and_group_management> for how
to administer Unix Attributes in an AD)"
but I don't know where is the problem with wbinfo we recover user and
group but with getent not.
We are making thins test on our samba doamin controller with samba
4.4.4 and debian jessie
Where is the problem?
Thanks
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Achim Gottinger
2016-07-07 12:18:01 UTC
Permalink
Post by Trenta sis
Hi,
compiled from sources with
# ./configure
# make
# sudo make install
This means you must copy libnss-winbind.
https://wiki.samba.org/index.php/Libnss_winbind_links
Post by Trenta sis
Post by L.P.H. van Belle
winbind enum users = Yes
winbind enum groups = Yes
and winbind in nsswitch but same output, no result with getent from users and groups from samba 4 ad
Post by Trenta sis
with getfacl userprofiles appear that domain admins has no permission,
and I have configured as appear in wiki profiles, but only step that I
can't configure is chgrp doamin admins
# getfacl /local/var/profilesad/usertest/
getfacl: Removing leading '/' from absolute path names
# file: local/var/profilesad/usertest/
# owner: 20087
# group: 513
user::rwx
user:20087:rwx
user:3000001:rwx
group::---
group:513:---
group:3000001:rwx
mask::rwx
other::---
default:user::rwx
default:user:20087:rwx
default:user:3000001:rwx
default:group::---
default:group:513:---
default:group:3000001:rwx
default:mask::rwx
default:other::---
getent passwd and getent group in samba 4 ad dc server no result related
with users and roup from samba doamin
Where is the problem?
Post by Trenta sis
Hi,
Tried to add winbind in nsswtich but same result , getent group "domain
admins" without any result
smb.conf
# Global parameters
[global]
bind interfaces only = Yes
interfaces = lo eth0
netbios name = dc
realm = domain.com
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
drepl, winbin
dd, ntp_signd, kcc, dnsupdate
workgroup = domain
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
comment =
[profilesad]
path = /local/var/profilesad
read only = No
I have used shares with windows acl and also posix acl
I have configured cifs profiles and we can create but with getfacl I
have detected that doamin users has no permission, only thing that we need
is add features to domain admins to allow access cifs profiles, with our
actual config only owner can....
Where is the problem?
Thanks
Post by Trenta sis
Hi,
I have installed samba 4.4.4 and configured and works perfect, now I
need to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
I have detected that I can't configure
chgrp "Domain Admins" /srv/samba/Demo/
I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"
any samba AD group is recovered
I have found
"If you don't get an output showing the queried name and its ID, there
may be something wrong in your NSS configuration
<https://wiki.samba.org/index.php?title=Name_service_switch_(NSS)&action=edit&redlink=1> or
if you are using Winbindd with RFC2307 (idmap_ad)
<https://wiki.samba.org/index.php/Idmap_config_ad>, you might not have
an ID assigned (see User and group management
<https://wiki.samba.org/index.php/User_and_group_management> for how
to administer Unix Attributes in an AD)"
but I don't know where is the problem with wbinfo we recover user and
group but with getent not.
We are making thins test on our samba doamin controller with samba
4.4.4 and debian jessie
Where is the problem?
Thanks
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Trenta sis
2016-07-08 09:16:44 UTC
Permalink
Hi,

Solved with
https://wiki.samba.org/index.php/Libnss_winbind_links
https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member#libnss_winbind

+
passwd: compat winbind
group: compat winbind
in /etc/nsswitch.conf

and in smb.conf
winbind enum users = yes
winbind enum groups = yes



Thanks for all
Post by Trenta sis
Hi,
compiled from sources with
# ./configure
# make
# sudo make install
Post by L.P.H. van Belle
winbind enum users = Yes
winbind enum groups = Yes
and winbind in nsswitch but same output, no result with getent from users and groups from samba 4 ad
Post by Trenta sis
with getfacl userprofiles appear that domain admins has no permission,
and I have configured as appear in wiki profiles, but only step that I
can't configure is chgrp doamin admins
# getfacl /local/var/profilesad/usertest/
getfacl: Removing leading '/' from absolute path names
# file: local/var/profilesad/usertest/
# owner: 20087
# group: 513
user::rwx
user:20087:rwx
user:3000001:rwx
group::---
group:513:---
group:3000001:rwx
mask::rwx
other::---
default:user::rwx
default:user:20087:rwx
default:user:3000001:rwx
default:group::---
default:group:513:---
default:group:3000001:rwx
default:mask::rwx
default:other::---
getent passwd and getent group in samba 4 ad dc server no result related
with users and roup from samba doamin
Where is the problem?
Post by Trenta sis
Hi,
Tried to add winbind in nsswtich but same result , getent group "domain
admins" without any result
smb.conf
# Global parameters
[global]
bind interfaces only = Yes
interfaces = lo eth0
netbios name = dc
realm = domain.com
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
drepl, winbin
dd, ntp_signd, kcc, dnsupdate
workgroup = domain
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
comment =
[profilesad]
path = /local/var/profilesad
read only = No
I have used shares with windows acl and also posix acl
I have configured cifs profiles and we can create but with getfacl I
have detected that doamin users has no permission, only thing that we need
is add features to domain admins to allow access cifs profiles, with our
actual config only owner can....
Where is the problem?
Thanks
Post by Trenta sis
Hi,
I have installed samba 4.4.4 and configured and works perfect, now I
need to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
I have detected that I can't configure
chgrp "Domain Admins" /srv/samba/Demo/
I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"
any samba AD group is recovered
I have found
"If you don't get an output showing the queried name and its ID, there
may be something wrong in your NSS configuration
<https://wiki.samba.org/index.php?title=Name_service_switch_(NSS)&action=edit&redlink=1> or
if you are using Winbindd with RFC2307 (idmap_ad)
<https://wiki.samba.org/index.php/Idmap_config_ad>, you might not
have an ID assigned (see User and group management
<https://wiki.samba.org/index.php/User_and_group_management> for how
to administer Unix Attributes in an AD)"
but I don't know where is the problem with wbinfo we recover user and
group but with getent not.
We are making thins test on our samba doamin controller with samba
4.4.4 and debian jessie
Where is the problem?
Thanks
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
L.P.H. van Belle
2016-07-07 09:52:20 UTC
Permalink
What happens if you add :

winbind enum users = Yes
winbind enum groups = Yes


Greetz,

Louis
-----Oorspronkelijk bericht-----
Verzonden: donderdag 7 juli 2016 11:40
Aan: samba
Onderwerp: Re: [Samba] cifs share for profiles
with getfacl userprofiles appear that domain admins has no permission,
and
I have configured as appear in wiki profiles, but only step that I can't
configure is chgrp doamin admins
# getfacl /local/var/profilesad/usertest/
getfacl: Removing leading '/' from absolute path names
# file: local/var/profilesad/usertest/
# owner: 20087
# group: 513
user::rwx
user:20087:rwx
user:3000001:rwx
group::---
group:513:---
group:3000001:rwx
mask::rwx
other::---
default:user::rwx
default:user:20087:rwx
default:user:3000001:rwx
default:group::---
default:group:513:---
default:group:3000001:rwx
default:mask::rwx
default:other::---
getent passwd and getent group in samba 4 ad dc server no result related
with users and roup from samba doamin
Where is the problem?
Post by Trenta sis
Hi,
Tried to add winbind in nsswtich but same result , getent group "domain
admins" without any result
smb.conf
# Global parameters
[global]
bind interfaces only = Yes
interfaces = lo eth0
netbios name = dc
realm = domain.com
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
drepl,
Post by Trenta sis
winbin
dd, ntp_signd, kcc, dnsupdate
workgroup = domain
server role = active directory domain controller
idmap_ldb:use rfc2307 = yes
comment =
[profilesad]
path = /local/var/profilesad
read only = No
I have used shares with windows acl and also posix acl
I have configured cifs profiles and we can create but with getfacl I
have
Post by Trenta sis
detected that doamin users has no permission, only thing that we need is
add features to domain admins to allow access cifs profiles, with our
actual config only owner can....
Where is the problem?
Thanks
Post by Trenta sis
Hi,
I have installed samba 4.4.4 and configured and works perfect, now I
need
Post by Trenta sis
Post by Trenta sis
to configure roaming profiles and reading
https://wiki.samba.org/index.php/Shares_with_Windows_ACLs
I have detected that I can't configure
chgrp "Domain Admins" /srv/samba/Demo/
I'm creating this share on our dc, but seem that with
# getent group "Domain Admins"
any samba AD group is recovered
I have found
"If you don't get an output showing the queried name and its ID, there
may be something wrong in your NSS configuration
<https://wiki.samba.org/index.php?title=Name_service_switch_(NSS)&action=e
dit&redlink=1> or
Post by Trenta sis
Post by Trenta sis
if you are using Winbindd with RFC2307 (idmap_ad)
<https://wiki.samba.org/index.php/Idmap_config_ad>, you might not have
an ID assigned (see User and group management
<https://wiki.samba.org/index.php/User_and_group_management> for how to
administer Unix Attributes in an AD)"
but I don't know where is the problem with wbinfo we recover user and
group but with getent not.
We are making thins test on our samba doamin controller with samba
4.4.4
Post by Trenta sis
Post by Trenta sis
and debian jessie
Where is the problem?
Thanks
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
Loading...