Searched refs:samaccount (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dpdbedit.c904 struct samu *samaccount; local
906 samaccount = samu_new(NULL);
907 if (!samaccount) {
912 if (!pdb_getsampwnam(samaccount, username)) {
915 TALLOC_FREE(samaccount);
919 if (!NT_STATUS_IS_OK(pdb_delete_sam_account(samaccount))) {
921 TALLOC_FREE(samaccount);
925 TALLOC_FREE(samaccount);
935 struct samu *samaccount = NULL; local
943 samaccount
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dpdbedit.c904 struct samu *samaccount; local
906 samaccount = samu_new(NULL);
907 if (!samaccount) {
912 if (!pdb_getsampwnam(samaccount, username)) {
915 TALLOC_FREE(samaccount);
919 if (!NT_STATUS_IS_OK(pdb_delete_sam_account(samaccount))) {
921 TALLOC_FREE(samaccount);
925 TALLOC_FREE(samaccount);
935 struct samu *samaccount = NULL; local
943 samaccount
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dpdbedit.c904 struct samu *samaccount; local
906 samaccount = samu_new(NULL);
907 if (!samaccount) {
912 if (!pdb_getsampwnam(samaccount, username)) {
915 TALLOC_FREE(samaccount);
919 if (!NT_STATUS_IS_OK(pdb_delete_sam_account(samaccount))) {
921 TALLOC_FREE(samaccount);
925 TALLOC_FREE(samaccount);
935 struct samu *samaccount = NULL; local
943 samaccount
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dpdbedit.c667 struct samu *samaccount = NULL; local
669 if ( (samaccount = samu_new( NULL )) == NULL ) {
673 if (!NT_STATUS_IS_OK(in->getsampwnam(in, samaccount, username))) {
678 if (!NT_STATUS_IS_OK(in->delete_sam_account (in, samaccount))) {
692 struct samu *samaccount = NULL; local
704 if ( (samaccount = samu_new( NULL )) == NULL ) {
708 if (!NT_STATUS_IS_OK(in->getsampwnam(in, samaccount, name))) {
713 if (!NT_STATUS_IS_OK(in->delete_sam_account (in, samaccount))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dpdbedit.c667 struct samu *samaccount = NULL; local
669 if ( (samaccount = samu_new( NULL )) == NULL ) {
673 if (!NT_STATUS_IS_OK(in->getsampwnam(in, samaccount, username))) {
678 if (!NT_STATUS_IS_OK(in->delete_sam_account (in, samaccount))) {
692 struct samu *samaccount = NULL; local
704 if ( (samaccount = samu_new( NULL )) == NULL ) {
708 if (!NT_STATUS_IS_OK(in->getsampwnam(in, samaccount, name))) {
713 if (!NT_STATUS_IS_OK(in->delete_sam_account (in, samaccount))) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dpdbedit.c667 struct samu *samaccount = NULL; local
669 if ( (samaccount = samu_new( NULL )) == NULL ) {
673 if (!NT_STATUS_IS_OK(in->getsampwnam(in, samaccount, username))) {
678 if (!NT_STATUS_IS_OK(in->delete_sam_account (in, samaccount))) {
692 struct samu *samaccount = NULL; local
704 if ( (samaccount = samu_new( NULL )) == NULL ) {
708 if (!NT_STATUS_IS_OK(in->getsampwnam(in, samaccount, name))) {
713 if (!NT_STATUS_IS_OK(in->delete_sam_account (in, samaccount))) {

Completed in 233 milliseconds