Roland Gruber
|
bdb5cff592
|
code cleanup: removed obsolete parameter from get_pdfentries() and updated PHPDoc comments
|
2005-10-09 18:05:32 +00:00 |
Roland Gruber
|
2ad1394b20
|
fixed passwords on file upload
|
2005-10-04 15:17:24 +00:00 |
Roland Gruber
|
4c5f43ffdd
|
removed obsolete pages() and get_attributes() functions
|
2005-09-19 18:43:10 +00:00 |
Roland Gruber
|
adaf8f29ba
|
fixed loading of account flags
|
2005-09-17 08:54:40 +00:00 |
Roland Gruber
|
112b065ca6
|
added display name, fixed profile settings for Samba 3
|
2005-09-13 07:55:03 +00:00 |
Roland Gruber
|
4689680855
|
no longer allow integer results from process_..., updated documentation
|
2005-09-07 12:58:34 +00:00 |
Roland Gruber
|
abcd141a87
|
fixed help and profile loading
|
2005-09-03 10:59:50 +00:00 |
Roland Gruber
|
d83df7a446
|
changed subpage handling; fixed another magic_quotes_gpc bug
|
2005-09-01 15:20:15 +00:00 |
Roland Gruber
|
766fe93cba
|
removed userPassword() function from posixAccount.inc
|
2005-08-06 08:04:36 +00:00 |
Roland Gruber
|
0d57a4765e
|
fixed typo
|
2005-07-29 12:09:31 +00:00 |
Roland Gruber
|
7de3e699bb
|
PHPDoc updates
|
2005-07-21 10:33:02 +00:00 |
Roland Gruber
|
96fcbea888
|
fixed host accounts
|
2005-06-26 07:53:48 +00:00 |
Roland Gruber
|
c15f355e19
|
fixed typos
|
2005-06-18 16:12:01 +00:00 |
Roland Gruber
|
200e7e6c1a
|
fixed lm/ntPassword and pwdLastSet
|
2005-05-10 15:34:43 +00:00 |
Roland Gruber
|
fe48b1f53f
|
fixed RID
|
2005-05-10 15:02:58 +00:00 |
Roland Gruber
|
b29106b783
|
replaced load_ldap_attributes with parent class function call
|
2005-04-16 13:41:17 +00:00 |
Roland Gruber
|
2c60d5dc72
|
proccess -> process
|
2005-03-10 18:35:04 +00:00 |
Roland Gruber
|
360e580d79
|
fixed call-by-reference warnings
|
2005-02-16 21:00:19 +00:00 |
Roland Gruber
|
e8f9e08f06
|
implemented profile loading
|
2005-01-22 10:50:10 +00:00 |
Roland Gruber
|
e0b36f32f5
|
changed meaning of base module (now: base module = contains structural object class)
|
2005-01-10 10:41:38 +00:00 |
Roland Gruber
|
670f4f142d
|
removed help variables
|
2004-12-30 14:12:28 +00:00 |
Roland Gruber
|
cbf862c940
|
fixed host RID in upload code
|
2004-12-09 22:11:23 +00:00 |
Roland Gruber
|
bdbc51933e
|
added host upload
|
2004-12-09 21:40:39 +00:00 |
Roland Gruber
|
a9bed956b0
|
translation update
|
2004-11-28 19:45:10 +00:00 |
Roland Gruber
|
c97223eb05
|
some upload fixes
|
2004-11-28 15:56:59 +00:00 |
Roland Gruber
|
fae4ff0fae
|
finished upload
|
2004-11-20 12:44:09 +00:00 |
Roland Gruber
|
5d57fb6444
|
started upload and added help entries
|
2004-11-17 19:14:26 +00:00 |
Roland Gruber
|
f64a7f1049
|
replaced "Ordinary user" with "-"
|
2004-11-10 15:12:45 +00:00 |
duergner
|
6c97d892b3
|
*** empty log message ***
|
2004-10-30 16:46:06 +00:00 |
Roland Gruber
|
43a3bb780f
|
translation update
|
2004-10-25 18:40:18 +00:00 |
Roland Gruber
|
e1cb74c33b
|
translation update
|
2004-10-25 11:08:21 +00:00 |
Roland Gruber
|
2849ad4faa
|
translation update
|
2004-10-23 11:11:31 +00:00 |
katagia
|
d8b02d37aa
|
fixed password handling in sambaAccount module
changed error code handling
|
2004-10-16 19:51:36 +00:00 |
katagia
|
3216280f16
|
fixed smaller bus.
I hope password handling is now ok
|
2004-10-12 13:34:00 +00:00 |
Roland Gruber
|
2c991d9075
|
use preg-checks
|
2004-09-26 15:55:29 +00:00 |
katagia
|
e53a3874cb
|
added new get_preg function. Changed all modules to use get_reg
Changed Status Messages in Module. Thex are now all stored in a single array.
Changed Password handling in psoxGroup and posixAccount
|
2004-09-26 13:48:52 +00:00 |
katagia
|
3b47260d69
|
removed old code which isn't not needed anymore.
It's handled by accountContainer now
|
2004-09-14 13:09:13 +00:00 |
katagia
|
b6bc73106c
|
Made a lot of changes in modules.
Many reference problems are fixed now
Only posixGroup module is working at the Moment but the
other modules will be fixed very soon
|
2004-09-14 11:53:33 +00:00 |
Roland Gruber
|
7e9befcd6f
|
substituted base->ldap/config with 'ldap'/'config'
|
2004-09-12 10:27:14 +00:00 |
duergner
|
73fa74620d
|
help is now using an instance of the appropriate module and accesses help als meta information
|
2004-09-09 07:10:14 +00:00 |
Roland Gruber
|
0cb64e5f7b
|
moved var $base to baseModule, added init() to baseModule, removed several checks from modules init() function
|
2004-09-01 20:53:06 +00:00 |
duergner
|
28184982b9
|
PHPDoc coments added; refactored some things by using the meta array;
|
2004-08-17 15:16:17 +00:00 |
Roland Gruber
|
1db70cca45
|
fixed regex checks
|
2004-07-05 19:41:53 +00:00 |
Roland Gruber
|
22b568bcd2
|
added profile checks,
changed some regular expressions
|
2004-07-03 16:12:51 +00:00 |
Roland Gruber
|
c92674a95a
|
removed $scope from profile functions,
added meta data for profile options and checks
|
2004-07-01 15:54:33 +00:00 |
Roland Gruber
|
ea7788e11b
|
use functions from account.inc for password hashes
|
2004-06-22 13:36:38 +00:00 |
Roland Gruber
|
1da244e2b3
|
moved dependencies to meta data
|
2004-06-20 17:32:02 +00:00 |
Roland Gruber
|
6ce5f9d1d3
|
moved get_alias() to baseModule
|
2004-06-14 16:05:36 +00:00 |
Roland Gruber
|
94c117a770
|
moved can_manage() to baseModule
|
2004-06-13 19:58:58 +00:00 |
Roland Gruber
|
44e3cfce7c
|
added meta data for get_ldap_filter()
|
2004-06-11 15:44:49 +00:00 |