|
Home > Archive > microsoft.public.exchange2000.admin > October 2002 > Ldifde...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| mkugurlu 2002-10-05, 8:31 pm |
| Is there any way to change user's attribute which is at AD?
I use "Ldifde" to export one of user's attirbutes but when I re-organized
that user's attribute what I want, I can't inport it one by one.. I only
want to change ONLY 1 e-mail user's attirbutes, not for anothers..
I did something like below.. But if I can't use filter(-r) how can I do what
I want to do?
C:\>ldifde -f ..\mku\1039.txt -r "CN=mkugurlu" -l "cn,mail,proxyAddress
es,userPassword"
Connecting to "dc2.ad.mycompany.com"
Logging in as current user using SSPI
Exporting directory to file ..\mku\1039.txt
Searching for entries...
Writing out entries.
1 entries exported
##################
C:\>ldifde -i -f ..\mku\1039.txt -r "CN=mkugurlu" -l "cn,mail,proxyAddr
esses,userPassword"
Invalid Parameter: Filter not required for import
Invalid Parameter: Attribute List not required for import
| |
| Mark Fugatt 2002-10-05, 8:31 pm |
| You cannot change users password using LDIFDE, the passwords are stored in
an encrypted formats, not in plain text.
--
Mark Fugatt
Pentech Office Solutions Inc
www.exchangetrainer.com and www.4mcts.com
Visit www.msexchange.org for practical information on Microsoft Exchange
--- Please respond to this newsgroup and not directly via Email ---
"mkugurlu" <mkugurlu@Yahoo[NoSpam].com> wrote in message
news:#wEaozsaCHA.2424@tkmsftngp09...
> Is there any way to change user's attribute which is at AD?
> I use "Ldifde" to export one of user's attirbutes but when I re-organized
> that user's attribute what I want, I can't inport it one by one.. I only
> want to change ONLY 1 e-mail user's attirbutes, not for anothers..
>
> I did something like below.. But if I can't use filter(-r) how can I do
what
> I want to do?
>
> C:\>ldifde -f ..\mku\1039.txt -r "CN=mkugurlu" -l "cn,mail,proxyAddress
> es,userPassword"
> Connecting to "dc2.ad.mycompany.com"
> Logging in as current user using SSPI
> Exporting directory to file ..\mku\1039.txt
> Searching for entries...
> Writing out entries.
> 1 entries exported
> ##################
> C:\>ldifde -i -f ..\mku\1039.txt -r "CN=mkugurlu" -l "cn,mail,proxyAddr
> esses,userPassword"
> Invalid Parameter: Filter not required for import
> Invalid Parameter: Attribute List not required for import
>
>
>
>
| |
| mkugurlu 2002-10-05, 8:31 pm |
| What is that encrypted method? Kerberos? Can I see one of user's password
encrypted form? for example "userPassword=***"
There is something very strange: I can export some of users' password by
Ldifde (below command line) but someof others' I can't do it..
Why?
mkugurlu
"Mark Fugatt" <mark@exchangetrainer.com> wrote in message
news:emV3WVuaCHA.508@tkmsftngp12...
> You cannot change users password using LDIFDE, the passwords are stored in
> an encrypted formats, not in plain text.
>
> --
> Mark Fugatt
> Pentech Office Solutions Inc
> www.exchangetrainer.com and www.4mcts.com
> Visit www.msexchange.org for practical information on Microsoft Exchange
>
> --- Please respond to this newsgroup and not directly via Email ---
> "mkugurlu" <mkugurlu@Yahoo[NoSpam].com> wrote in message
> news:#wEaozsaCHA.2424@tkmsftngp09...
> > Is there any way to change user's attribute which is at AD?
> > I use "Ldifde" to export one of user's attirbutes but when I
re- organized
> > that user's attribute what I want, I can't inport it one by one.. I only
> > want to change ONLY 1 e-mail user's attirbutes, not for anothers..
> >
> > I did something like below.. But if I can't use filter(-r) how can I do
> what
> > I want to do?
> >
> > C:\>ldifde -f ..\mku\1039.txt -r "CN=mkugurlu" -l "cn,mail,proxyAddress
> > es,userPassword"
> > Connecting to "dc2.ad.mycompany.com"
> > Logging in as current user using SSPI
> > Exporting directory to file ..\mku\1039.txt
> > Searching for entries...
> > Writing out entries.
> > 1 entries exported
> > ##################
> > C:\>ldifde -i -f ..\mku\1039.txt -r "CN=mkugurlu" -l "cn,mail,proxyAddr
> > esses,userPassword"
> > Invalid Parameter: Filter not required for import
> > Invalid Parameter: Attribute List not required for import
> >
> >
> >
> >
>
>
|
|
|
|
|