Change Univention name for external LDAP

This commit is contained in:
Johannes Zellner
2020-10-27 19:43:12 +01:00
parent 23592e19ad
commit f8f0c50ed8

View File

@@ -12,7 +12,7 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
{ name: 'Active Directory', value: 'ad' },
{ name: 'Jumpcloud', value: 'jumpcloud' },
{ name: 'Okta', value: 'okta' },
{ name: 'Univention', value: 'univention' },
{ name: 'Univention Corporate Server (UCS)', value: 'univention' },
{ name: 'Other', value: 'other' },
{ name: 'Disabled', value: 'noop' }
];