Anonymous | Login | 2024-11-21 05:21 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0008831 | ClearCenter | app-owncloud - ownCloud for Home | public | 2016-05-24 21:15 | 2016-06-13 13:39 | ||||
Reporter | bchambers | ||||||||
Assigned To | bchambers | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.2.0 Updates | ||||||||
Target Version | 7.2.0 Updates | Fixed in Version | 7.2.0 Updates | ||||||
Summary | 0008831: User and Group LDAP attributes has typo | ||||||||
Description | $SUDO $ARGS $PHP_COMMAND $OCC_COMMAND ldap:set-config '' ldap_group_filter "(&(|objectClass=ownCloudUser)))" Should be: $SUDO $ARGS $PHP_COMMAND $OCC_COMMAND ldap:set-config '' ldap_group_filter "(&(|(objectClass=posixGroup)))" Same goes for group attr: ldap_group_filter "(&(|objectClass=posixGroup)))" vs ldap_group_filter "(&(|(objectClass=posixGroup)))" | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Issue History | |||
Date Modified | Username | Field | Change |
2016-05-24 21:15 | bchambers | New Issue | |
2016-05-24 21:15 | bchambers | Status | new => assigned |
2016-05-24 21:15 | bchambers | Assigned To | => bchambers |
2016-05-24 21:16 | bchambers | Summary | User LDAP attributes has typo => User and Group LDAP attributes has typo |
2016-05-24 21:16 | bchambers | Description Updated | View Revisions |
2016-05-24 21:17 | bchambers | Issue cloned: 0008841 | |
2016-06-13 13:39 | bchambers | Status | assigned => acknowledged |
2016-06-13 13:39 | bchambers | Status | acknowledged => confirmed |
2016-06-13 13:39 | bchambers | Status | confirmed => resolved |
2016-06-13 13:39 | bchambers | Fixed in Version | => 7.2.0 Updates |
2016-06-13 13:39 | bchambers | Resolution | open => fixed |
2016-06-13 13:39 | bchambers | Status | resolved => closed |