How do I see Samba groups?
How can I see all groups in my Samba server? If possible, with users who belong to that group.
server samba
add a comment |
How can I see all groups in my Samba server? If possible, with users who belong to that group.
server samba
add a comment |
How can I see all groups in my Samba server? If possible, with users who belong to that group.
server samba
How can I see all groups in my Samba server? If possible, with users who belong to that group.
server samba
server samba
edited Oct 5 '15 at 8:32
Oxwivi
4,37742118183
4,37742118183
asked Oct 5 '15 at 8:10
Max RianMax Rian
1313
1313
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Groups within samba are mapped over from the normal Unix groups used on your system. You can view these with the command.
sudo cat /etc/group
1
@MaxRian Share an upvote to show your appreciation.
– Oxwivi
Oct 5 '15 at 8:33
@OXwivi not enough reputation:P
– Max Rian
Oct 5 '15 at 8:41
1
@MaxRian, there, reputation for you!
– Oxwivi
Oct 5 '15 at 8:45
add a comment |
If you are using Samba 4's Active Directory you should use the net command:
net rpc group list
To get a group's members list use:
net rpc group members GROUPNAME
To obtain help on the group command:
net group
add a comment |
To list Samba domain groups:
sudo samba-tool group list
If you want to see member users from a Group:
sudo samba-tool group listmembers "Domain Admins"
Reference: https://www.tecmint.com/manage-samba4-active-directory-linux-command-line/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f681663%2fhow-do-i-see-samba-groups%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Groups within samba are mapped over from the normal Unix groups used on your system. You can view these with the command.
sudo cat /etc/group
1
@MaxRian Share an upvote to show your appreciation.
– Oxwivi
Oct 5 '15 at 8:33
@OXwivi not enough reputation:P
– Max Rian
Oct 5 '15 at 8:41
1
@MaxRian, there, reputation for you!
– Oxwivi
Oct 5 '15 at 8:45
add a comment |
Groups within samba are mapped over from the normal Unix groups used on your system. You can view these with the command.
sudo cat /etc/group
1
@MaxRian Share an upvote to show your appreciation.
– Oxwivi
Oct 5 '15 at 8:33
@OXwivi not enough reputation:P
– Max Rian
Oct 5 '15 at 8:41
1
@MaxRian, there, reputation for you!
– Oxwivi
Oct 5 '15 at 8:45
add a comment |
Groups within samba are mapped over from the normal Unix groups used on your system. You can view these with the command.
sudo cat /etc/group
Groups within samba are mapped over from the normal Unix groups used on your system. You can view these with the command.
sudo cat /etc/group
answered Oct 5 '15 at 8:26
ArronicalArronical
13.2k84790
13.2k84790
1
@MaxRian Share an upvote to show your appreciation.
– Oxwivi
Oct 5 '15 at 8:33
@OXwivi not enough reputation:P
– Max Rian
Oct 5 '15 at 8:41
1
@MaxRian, there, reputation for you!
– Oxwivi
Oct 5 '15 at 8:45
add a comment |
1
@MaxRian Share an upvote to show your appreciation.
– Oxwivi
Oct 5 '15 at 8:33
@OXwivi not enough reputation:P
– Max Rian
Oct 5 '15 at 8:41
1
@MaxRian, there, reputation for you!
– Oxwivi
Oct 5 '15 at 8:45
1
1
@MaxRian Share an upvote to show your appreciation.
– Oxwivi
Oct 5 '15 at 8:33
@MaxRian Share an upvote to show your appreciation.
– Oxwivi
Oct 5 '15 at 8:33
@OXwivi not enough reputation:P
– Max Rian
Oct 5 '15 at 8:41
@OXwivi not enough reputation:P
– Max Rian
Oct 5 '15 at 8:41
1
1
@MaxRian, there, reputation for you!
– Oxwivi
Oct 5 '15 at 8:45
@MaxRian, there, reputation for you!
– Oxwivi
Oct 5 '15 at 8:45
add a comment |
If you are using Samba 4's Active Directory you should use the net command:
net rpc group list
To get a group's members list use:
net rpc group members GROUPNAME
To obtain help on the group command:
net group
add a comment |
If you are using Samba 4's Active Directory you should use the net command:
net rpc group list
To get a group's members list use:
net rpc group members GROUPNAME
To obtain help on the group command:
net group
add a comment |
If you are using Samba 4's Active Directory you should use the net command:
net rpc group list
To get a group's members list use:
net rpc group members GROUPNAME
To obtain help on the group command:
net group
If you are using Samba 4's Active Directory you should use the net command:
net rpc group list
To get a group's members list use:
net rpc group members GROUPNAME
To obtain help on the group command:
net group
answered Apr 3 '17 at 16:12
barottobarotto
1013
1013
add a comment |
add a comment |
To list Samba domain groups:
sudo samba-tool group list
If you want to see member users from a Group:
sudo samba-tool group listmembers "Domain Admins"
Reference: https://www.tecmint.com/manage-samba4-active-directory-linux-command-line/
add a comment |
To list Samba domain groups:
sudo samba-tool group list
If you want to see member users from a Group:
sudo samba-tool group listmembers "Domain Admins"
Reference: https://www.tecmint.com/manage-samba4-active-directory-linux-command-line/
add a comment |
To list Samba domain groups:
sudo samba-tool group list
If you want to see member users from a Group:
sudo samba-tool group listmembers "Domain Admins"
Reference: https://www.tecmint.com/manage-samba4-active-directory-linux-command-line/
To list Samba domain groups:
sudo samba-tool group list
If you want to see member users from a Group:
sudo samba-tool group listmembers "Domain Admins"
Reference: https://www.tecmint.com/manage-samba4-active-directory-linux-command-line/
answered Dec 13 '18 at 11:27
jaysponsoredjaysponsored
101
101
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f681663%2fhow-do-i-see-samba-groups%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown