On Sun, Mar 22, 2009 at 11:40 AM, Marco van de Voort wrote:
>> Is the 'users.pp' unit compatible with FreeBSD?
>
> As far as I know yes, since 2.2.2. Also for OS X.
> Only the shadow functions are linux only.
That's perfect, thanks. Now fpGUI is finally 'libc.pp' unit free. ;-)
Regards,
- Gra
In our previous episode, Graeme Geldenhuys said:
>
> The issue was that the 'libc.pp' unit was not available for FreeBSD.
> I found the 'users.pp' unit which seems to have the methods I require.
> Is the 'users.pp' unit compatible with FreeBSD?
As far as I know yes, since 2.2.2. Also for OS X.
Hi,
I used to use the following methods from the "libc.pp" kylix compatible unit.
getpwuid(...)
getgrgid(...)
The issue was that the 'libc.pp' unit was not available for FreeBSD.
I found the 'users.pp' unit which seems to have the methods I require.
Is the 'users.pp' unit compatible with FreeBSD