Displaying 4 results from an estimated 4 matches for "flohr".
Did you mean:
lohr
2003 Jul 23
0
Fwd: Re: Probs joining Samba PDC with WinXP
If you go here, this doc will tell you how to join a
winXP Pro machine to a samba domain.
http://hr.uoregon.edu/davidrl/samba/samba-pdc.html#JOINDOMAIN
Hope that helps....
Dominic Iadicicco
--- Patrick Flohr <Flohr.P@t-online.de> wrote:
> Date: Wed, 23 Jul 2003 13:43:48 +0200
> From: Flohr.P@t-online.de (Patrick Flohr)
> To: samba@lists.samba.org
> Subject: Re: [Samba] Probs joining Samba PDC with
> WinXP
>
> some little success :-),
>
> using the administrator accout...
2003 Jul 23
2
Probs joining Samba PDC with WinXP
...t_userinfo(670)
api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO.
[2003/07/23 03:22:22, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1418)
unable to open passdb database.
using the root accout, nothing is loged.
I hope somebody can help, i try for days.
Thanks in advance
Patrick Flohr
2003 Jul 25
1
disabled mashine account without password
...tations -s /bin/false -M %u
Is there something wrong with the script?
Some informatio about the xp-client:
-- signorseal patch applied
-- accessing shares without probs possible
additional information:
-- some probs with root accout see thread from 23.7
Thank you in advance for all help
Patrick Flohr
2009 Sep 02
2
[PATCH] internationalisation: Replace autopoint infrastructure with libintl-perl
I noticed that virt-v2v, which is written exclusively in perl, failed to
generate virt-v2v.pot. After much head scratching I also noticed that
libguestfs.pot didn't include any messages from perl sources. Some reading of
libintl-perl shows that a somewhat more complicated xgettext command line is
required, as it doesn't understand Locale::TextDomain syntax by default. After a
little more