icingaweb2/library/Icinga/Authentication/UserGroup
Johannes Meyer f5089dab1a DbUserGroupBackend: Use is_numeric() instead of is_int()
Using MySQL fetchColumn() returns integers for id fields, using MariaDB
though, fetchColumn() returns strings..

fixes #9572
2015-07-07 14:07:55 +02:00
..
DbUserGroupBackend.php DbUserGroupBackend: Use is_numeric() instead of is_int() 2015-07-07 14:07:55 +02:00
IniUserGroupBackend.php Differentiate the source or destination of a column when converting values 2015-05-29 11:32:15 +02:00
LdapUserGroupBackend.php Automatically strip unnecessary parentheses from custom ldap filters 2015-06-23 10:32:45 +02:00
UserGroupBackend.php LdapUserGroupBackend: Let the backend decide which defaults to use 2015-06-05 10:19:28 +02:00
UserGroupBackendInterface.php Introduce interface UserGroupBackendInterface 2015-05-05 08:27:11 +02:00