Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

active directory, users/groups, charset #1283

Merged
merged 2 commits into from Apr 30, 2016
Merged

Commits on Apr 22, 2016

  1. update user.py, charset, groupnames

    Detect groupname character set and decode before use.
    
    link: https://forum.rockstor.com/t/users-groups-from-active-directory-with-utf-8-charset/1391
    demount committed Apr 22, 2016
    Copy the full SHA
    03a34fd View commit details
    Browse the repository at this point in the history
  2. update users.py, charset, groupnames

    Detect charset and decode groupname from grp.getgrgid.
    
    link: https://forum.rockstor.com/t/users-groups-from-active-directory-with-utf-8-charset/1391
    
    nb: it seems func get_users rewrited with a "hack" isnt affected by charset bug anymore, but i've added decode procedure there for any cases.
    demount committed Apr 22, 2016
    Copy the full SHA
    c6600ef View commit details
    Browse the repository at this point in the history