Displaying 4 results from an estimated 4 matches for "mememb".
Did you mean:
mem_mb
2000 Nov 21
1
Openssh-2.2.0pl1 for UnixWare 7.1
UnixWare (not sure when, 7? 7.1?) introduces a new sockaddr_in structure
that splits the 16 bit family entity into an 8-bit length and an 8-bit
familiy memember: (from in.h):
struct sockaddr_in {
#ifdef __NEW_SOCKADDR__
sa_len_t sin_len; /* 8-bit structure length */
#endif
sa_family_t sin_family; /* 8/16-bit address family (AF_INET) */
in_port_t sin_port; /* 16-bit port number */
struct in_addr sin_addr; /* 32-bit internet add...
2007 Oct 20
0
security domain
I have two Linux computers suse and RH enterprises. The first one (suse)
works as PDC and everything is OK with PDC, all Shares work correctly. Now I
have installed second samba Server on RH Enterprise and try set it as domain
memember, so I set the security on domain. As I read, if this second samba
stay a member of domain every share I try to rich would be checked with
password on domain I mean PDC so it looks like when I put my password
logging to my domain I get permission to share resources on second samba.
Then I added RH...
2006 May 19
0
[LLVMdev] help! How to build a shared library out of multiple cpp files in LLVM?
...pt -mypass to run it. I have tried to squeeze everything
in one file, then all errors are gone. But when the program goes large(or
have more than one classes), I don't think it is wise to do so. So I really
want to make it clear where I made the mistake.
For example, CLASS FullIFDuplica has a memember method "bool
isTwowayBranch()", whose implemention is in ClassImplement.cpp. Then if this
method is called in FullIFDuplica.cpp, error occurs.
opt: relocation error:
/home/snir/jingyu/resources/llvm/JingProject/IFDup/Debug/
lib/FullIFDuplica.so.0: undefined symbol:
_ZN46_GLOBAL__N_Full...
2006 Feb 20
5
How to control who can log into the samba box
Hello,
I have samba set up using winbind so that I can ssh into the box with
my DOMAIN\mylogin. That's great...kind of. How do I control which
users can login to the box? As it stands now, all users in DOMAIN can
log in, which is not desireable. Do I need to map domain groups to unix
groups? Do I need to map domain users to the box some how? Even if I do
that, how do I then set it up