Forums

Sas Net
Sas Net
Offline
Resolved
0 votes
Hello.

Have installed Samba Directory and Flexshare. Domain is on, and 1 Win10 mashine is added.
Problem with Accounts - Groups. Its does not show added groups, everewhere is "No data available in table". But when I want to add same group, writes - "Group is alredy exist".

What should I do to make the groups appear?

Thank you.
Monday, November 27 2017, 05:51 AM
Share this post:
Responses (2)
  • Accepted Answer

    Monday, November 27 2017, 12:20 PM - #Permalink
    Resolved
    0 votes
    Please remember that Samba Directory is a Beta app which has not seen much attention for a while now, unfortunately.
    The reply is currently minimized Show
  • Accepted Answer

    Sas Net
    Sas Net
    Offline
    Monday, November 27 2017, 08:47 AM - #Permalink
    Resolved
    0 votes
    Problem solved.

    Here is solution:

    Go to /usr/clearos/apps/samba_directory/libraries/. There is Group_Manager_Driver.php. Edit with nano. Search for:
    $shell->execute(self::COMMAND_WBINFO, '-g');

    then change it to:
    $shell->execute(self::COMMAND_SAMBA_TOOL, 'group list', TRUE);


    Here is discussion: Title
    The reply is currently minimized Show
Your Reply