Search found 4 matches
- 28 Jul 2015, 16:26
- Forum: Developers
- Topic: Help with user permissions through ldap login
- Replies: 2
- Views: 2695
Re: Help with user permissions through ldap login
I haven't edited anything in the SysConfig.pm file. I just looked through it and these are the only two places with the word 'Filter'. if ( $ConfigItem->{Setting}->[1]->{Option} && $ConfigItem->{Setting}->[1]->{Option}->[1]->{Location} ) { my $Home = $Self->{Home}; my @List = $MainObject->Di...
- 28 Jul 2015, 01:26
- Forum: Developers
- Topic: Need help with custom coding. New to Perl here...
- Replies: 2
- Views: 2504
Re: Need help with custom coding. New to Perl here...
I successfully fixed the problem in a different way. I used a program called ADModify which could edit AD users in bulk using variables such as %givenName%@companyemail.com
- 28 Jul 2015, 01:23
- Forum: Developers
- Topic: Help with user permissions through ldap login
- Replies: 2
- Views: 2695
Help with user permissions through ldap login
When ever I login using an AD user and password it successfully logs in but it wont set the correct permissions per the config file (the last bit of code). # CustomerUser # (customer user ldap backend and settings) $Self->{CustomerUser} = { Module => 'Kernel::System::CustomerUser::LDAP', Params => {...
- 23 Jul 2015, 20:42
- Forum: Developers
- Topic: Need help with custom coding. New to Perl here...
- Replies: 2
- Views: 2504
Need help with custom coding. New to Perl here...
I am running the latest version on an Ubuntu Server and have successfully set up Active Directory login but have a couple of questions. So the 'mail' command is pulling the email from active directory but emails were never set up in there. But (nearly) everyone's emails is set up like this: [firstna...