This commit is contained in:
Roland Gruber 2019-08-19 21:59:47 +02:00
parent 47c55d76c5
commit e63900b566
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ use \LAM\PDF\PDFTableRow;
/*
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2005 - 2018 Roland Gruber
Copyright (C) 2005 - 2019 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -41,7 +41,7 @@ class ldapPublicKey extends baseModule {
const SESS_KEY_LIST = 'ldapPublicKey_keyList';
/**
* Creates a new sambaSamAccount object.
* Creates a new ldapPublicKey object.
*
* @param string $scope account type (user, group, host)
*/