[Freeipa-devel] [freeipa PR#82] Fix regexp in user/group name (comment)

2016-09-16 Thread abbra
abbra commented on a pull request

"""
'uid' in user object and 'cn' in group object have meaning in POSIX 
environments. 'cn' in other objects is not subject for strict limits. 
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/82#issuecomment-247541965
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#82] Fix regexp in user/group name (comment)

2016-09-16 Thread stlaz
stlaz commented on a pull request

"""
Would the gist of this patch also apply to any of idviews, servicedelegation or 
topology plugins where a similar or slightly different regexp is used? Could we 
rather have the regexp as a constant somewhere so it does not have to be 
changed at all places it appears every time we want to modify it?
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/82#issuecomment-247538082
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code