Am 06.11.2012 09:59, schrieb Johan Hendriks:
> Hello all.
>
> I try to get Owncloud running in combination with posfixadmin.
>
> All goes well if i use normal MD5 encryption in my config.inc.php
> $CONF['encrypt'] = 'md5';
>
> This way i can do the following:
>
> mysql> SELECT username FROM mailbox WHERE username =
> 'myt...@te...' AND password = md5('mypassword');
> +----------------------------+
> | username |
> +----------------------------+
> | myt...@te...|
> +----------------------------+
> 1 row in set (0.00 sec)
>
> The problem however is that my real database with over 200 users is
> using the md5crypt option.
> $CONF['encrypt'] = 'md5crypt';
>
> This way i can not get the password field to match.
> Could someone help me with this.
> I have spend days figuring this out, but my MySQL knowledge is falling
> short.
>
> thanks for your time.
> regards
> Johan Hendriks
>
>
>
>
>
> ------------------------------------------------------------------------------
> LogMeIn Central: Instant, anywhere, Remote PC access and management.
> Stay in control, update software, and manage PCs from one command center
> Diagnose problems and improve visibility into emerging IT issues
> Automate, monitor and manage. Do more in less time with Central
> http://p.sf.net/sfu/logmein12331_d2d
>
>
>
> _______________________________________________
> Postfixadmin-devel mailing list
> Pos...@li...
> https://lists.sourceforge.net/lists/listinfo/postfixadmin-devel
>
try
http://forum.owncloud.org/viewtopic.php?f=3&t=2250
--snip
change the password check functions in owncloud/lib/user/database.php
and let them check versus your joomla user database entries instead of
the owncloud database.
--snip
--
Best Regards
MfG Robert Schetterer
|