Displaying 4 results from an estimated 4 matches for "debuan".
Did you mean:
debian
2023 Apr 07
2
python module
...fy AD accounts using python running on a linux machine.
ChatGPT suggested the python-samba module. Sample code as follows:
from samba.credentials import Credentials
from samba.netcmd.user import create as create_user
from samba.netcmd.user import setpassword as set_user_password
...
I am running Debuan bullseye and I can import the samba module. But there
is no samba.netcmd.user name available. So chatgpt suggested I need a newer
version of python-samba.
I attempted to pip install it -- and it is not available on pypi.
After googling for about 15 minutes I gave up trying to find the
python-samb...
2023 Apr 07
1
python module
...linux machine.
> ChatGPT suggested the python-samba module. Sample code as follows:
>
> from samba.credentials import Credentials
> from samba.netcmd.user import create as create_user
> from samba.netcmd.user import setpassword as set_user_password
>
> ...
> I am running Debuan bullseye and I can import the samba module. But there
> is no samba.netcmd.user name available. So chatgpt suggested I need a newer
> version of python-samba.
>
> I attempted to pip install it -- and it is not available on pypi.
>
> After googling for about 15 minutes I gave up...
2007 Jul 29
38
[Bug 1346] New: PAM environment takes precedence over SendEnv
http://bugzilla.mindrot.org/show_bug.cgi?id=1346
Summary: PAM environment takes precedence over SendEnv
Product: Portable OpenSSH
Version: 4.6p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2023 Apr 07
1
python module
...ested the python-samba module. Sample code as follows:
> >
> > from samba.credentials import Credentials
> > from samba.netcmd.user import create as create_user
> > from samba.netcmd.user import setpassword as set_user_password
> >
> > ...
> > I am running Debuan bullseye and I can import the samba module. But there
> > is no samba.netcmd.user name available. So chatgpt suggested I need a
> newer
> > version of python-samba.
> >
> > I attempted to pip install it -- and it is not available on pypi.
> >
> > After googlin...